Skip to content

Commit

Permalink
Temporarily add debug to SSH command
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Nov 20, 2024
1 parent 3808f2d commit 2096c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Checkout git repository
uses: appleboy/ssh-action@master
with:
debug: true
host: ${{ env.SSH_HOST }}
username: ${{ env.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 2096c0c

Please sign in to comment.