Skip to content

Commit 1092743

Browse files
authored
Debug workflow
1 parent da773ce commit 1092743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
SSHPASS: ${{ secrets.SSH_PASSWORD }}
7373
run: |
7474
# Upload the build archive
75+
ip addr show
76+
route -n
7577
sshpass -e scp -o StrictHostKeyChecking=no ugl.zip ${{ secrets.SSH_USER }}@${{ secrets.SERVER_HOST }}:${{ secrets.DEPLOY_PATH }}/
7678
7779
# Execute deployment commands on server

0 commit comments

Comments
 (0)