Skip to content

Commit

Permalink
chore(deps): update appleboy/ssh-action action to v1.0.3 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 5f93a6e commit b88a129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SERVER_DESTINATION: ${{ secrets.SERVER_DESTINATION }} # Deploy to the target folder

- name: Deploy
uses: appleboy/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
Expand Down

0 comments on commit b88a129

Please sign in to comment.