We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe59388 commit 79bfd0aCopy full SHA for 79bfd0a
1 file changed
.github/workflows/cd.yml
@@ -9,6 +9,8 @@ jobs:
9
- name: Deploy to Server
10
uses: appleboy/ssh-action@v1
11
with:
12
+ debug: true
13
+ script_stop: true
14
host: ${{ secrets.SERVER_HOST }}
15
username: ${{ secrets.SERVER_USER }}
16
key: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments