We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da773ce commit 1092743Copy full SHA for 1092743
.github/workflows/deploy.yml
@@ -72,6 +72,8 @@ jobs:
72
SSHPASS: ${{ secrets.SSH_PASSWORD }}
73
run: |
74
# Upload the build archive
75
+ ip addr show
76
+ route -n
77
sshpass -e scp -o StrictHostKeyChecking=no ugl.zip ${{ secrets.SSH_USER }}@${{ secrets.SERVER_HOST }}:${{ secrets.DEPLOY_PATH }}/
78
79
# Execute deployment commands on server
0 commit comments