Skip to content

Commit

Permalink
Update build_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascardo12 committed Sep 11, 2024
1 parent df5646e commit 1802ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Copy build/web to server DEV
if: github.ref == 'refs/heads/dev'
run: |
scp -o StrictHostKeyChecking=no -r build/web/* ubuntu@${{ secrets.SSH_IP_DEV }}:app_dashboard
scp -o StrictHostKeyChecking=no -r build/web/* ubuntu@${{ secrets.SSH_IP_DEV }}:app_dashboard/web
- name: Restart container DEV
if: github.ref == 'refs/heads/dev'
Expand Down

0 comments on commit 1802ac0

Please sign in to comment.