Merge pull request #8 from recanman/patch-2
Some checks are pending
Deploy latest site / deploy (push) Waiting to run

Update deploy.yml
This commit is contained in:
rottenwheel 2024-10-07 03:38:34 +00:00 committed by GitHub
commit c87755b659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,4 +22,4 @@ jobs:
- name: Run rotten-build command
run: |
ssh -o StrictHostKeyChecking=yes ${{ secrets.SSH_USERNAME }}@${{ secrets.SERVER_ADDRESS }} "sudo rotten-build"
ssh -i ~/.ssh/id -o StrictHostKeyChecking=yes ${{ secrets.SSH_USERNAME }}@${{ secrets.SERVER_ADDRESS }} "sudo rotten-build"