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 6c856aa commit a726342Copy full SHA for a726342
.github/workflows/integration.yml
@@ -57,7 +57,7 @@ jobs:
57
# Step 4: Deploy to the server via SSH
58
- name: Deploy to Server
59
run: |
60
- ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << 'EOF'
+ ssh -v -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << 'EOF'
61
cd /next-js-app/app
62
git pull origin main
63
npm install
0 commit comments