Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDubey-Devops authored Oct 9, 2024
1 parent 1aa2e29 commit d7d566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Transfer files to VM
run: |
scp -r -o StrictHostKeyChecking=no ./ [email protected]:/home/ubuntu/app
scp -v -r -o StrictHostKeyChecking=no ./ [email protected]:/home/ubuntu/app
env:
VM_IP: ${{ secrets.VM_IP }}
SSH_USER: ${{ secrets.SSH_USER }}
Expand Down

0 comments on commit d7d566d

Please sign in to comment.