mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-29 13:23:18 +00:00
Merge pull request #8 from recanman/patch-2
Some checks failed
Deploy latest site / deploy (push) Has been cancelled
Some checks failed
Deploy latest site / deploy (push) Has been cancelled
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