Skip to content

Commit 41f7b77

Browse files
committed
debug: add debug flag to SSH action to diagnose failure
1 parent c073c46 commit 41f7b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-lnbits-droplet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
username: ${{ env.LNBITS_DROPLET_USER }}
7070
key: ${{ env.LNBITS_DROPLET_SSH_KEY }}
7171
script_stop: true
72+
debug: true
7273
script: |
7374
set -euo pipefail
7475
if [ ! -d ~/coinpayportal ]; then

0 commit comments

Comments
 (0)