mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-12-22 11:39:25 +00:00
Update deploy.yml
This commit is contained in:
parent
16ec65755a
commit
04a8772f9b
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