Skip to content

Commit 79bfd0a

Browse files
committed
fix
1 parent fe59388 commit 79bfd0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- name: Deploy to Server
1010
uses: appleboy/ssh-action@v1
1111
with:
12+
debug: true
13+
script_stop: true
1214
host: ${{ secrets.SERVER_HOST }}
1315
username: ${{ secrets.SERVER_USER }}
1416
key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)