Skip to content

Commit

Permalink
ci: moar
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Mar 14, 2024
1 parent 01abe5e commit c77d100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
# The server provides a small script named `service-restart` which will do
# the right thing to pull the new image of the desired service and re-run
# it.
- name: Restart service with the new code
uses: garygrossgarten/github-action-ssh@release
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.0.3
with:
command: infra-restart operum
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USERNAME }}
passphrase: ${{ secrets.REMOTE_PASSPHRASE }}
password: ${{ secrets.REMOTE_PASSPHRASE }}
script: infra-restart operum

0 comments on commit c77d100

Please sign in to comment.