Skip to content

Commit

Permalink
Merge pull request #62 from opendata-swiss/update_actions_version
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
kovalch committed Sep 23, 2024
2 parents 993f56f + 76b06cc commit 408945c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy
uses: garygrossgarten/github-action-ssh@v0.6.4
uses: garygrossgarten/github-action-ssh@0.8.0
with:
host: ${{ secrets.SSH_HOST_PRODUCTION }}
port: ${{ secrets.SSH_PORT_PRODUCTION }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
username: ${{ secrets.SSH_USER }}
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
command: |
Expand Down

0 comments on commit 408945c

Please sign in to comment.