Skip to content

Commit c5e5a79

Browse files
committed
Add set -x for debugging
1 parent f738bf3 commit c5e5a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
submodules: true
1818
- name: Set up SSH
1919
run: |
20+
set -x
2021
mkdir -p ~/.ssh/
2122
echo "${{ secrets.REMOTE_KEY }}" > ~/.ssh/id_ed25519-didev_deploy
2223
chmod 600 ~/.ssh/id_ed25519-didev_deploy

0 commit comments

Comments
 (0)