mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-22 20:13:27 +01:00
commit
c87755b659
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user