Skip to content

Commit a726342

Browse files
authored
Update integration.yml
1 parent 6c856aa commit a726342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Step 4: Deploy to the server via SSH
5858
- name: Deploy to Server
5959
run: |
60-
ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << 'EOF'
60+
ssh -v -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << 'EOF'
6161
cd /next-js-app/app
6262
git pull origin main
6363
npm install

0 commit comments

Comments
 (0)