Merge pull request #8 from recanman/patch-2
Some checks are pending
Deploy latest site / deploy (push) Waiting to run
Some checks are pending
Deploy latest site / deploy (push) Waiting to run
Update deploy.yml
This commit is contained in:
commit
c87755b659
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run rotten-build command
|
- name: Run rotten-build command
|
||||||
run: |
|
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"
|
||||||
|
|
Loading…
Reference in a new issue