Skip to content

Commit

Permalink
ci: downgrade to working action version
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Nov 4, 2024
1 parent ac04d93 commit 6220aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
uses: actions/checkout@v3

- name: Deploy to VPS
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.0.3
with:
debug: true
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEYFILE }}
Expand Down

0 comments on commit 6220aca

Please sign in to comment.