1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-23 15:21:25 +01:00

Update PR-Demo-cleanup.yml

This commit is contained in:
Anthony Stirling 2024-11-20 08:28:51 +00:00 committed by GitHub
parent 6c623d8d84
commit d591874da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@ jobs:
mkdir -p ~/.ssh/
echo "${{ secrets.VPS_SSH_KEY }}" > ../private.key
sudo chmod 600 ../private.key
ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts
- name: Cleanup PR deployment
run: |