Skip to content

Commit

Permalink
Bump appleboy/ssh-action from 0.1.7 to 0.1.8 (#40)
Browse files Browse the repository at this point in the history
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.7 to 0.1.8.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@d91a1af...b601429)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 23, 2023
1 parent 062d050 commit 786d9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pytest
- name: update & restart app via ssh
uses: appleboy/ssh-action@d91a1af6f57cd4478ceee14d7705601dafabaa19
uses: appleboy/ssh-action@b60142998894e495c513803efc6d5d72a72c968a
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
Expand Down

0 comments on commit 786d9e3

Please sign in to comment.