Skip to content

Commit

Permalink
remove app from scp command
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 25, 2024
1 parent 07093dd commit 87c0340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
run: |
scp -i private_key -o StrictHostKeyChecking=no docker-compose-prod.yml $USERNAME@$HOST:/home/thor/apps/bookstore-app/
scp -i private_key -o StrictHostKeyChecking=no ./app/manage.py $USERNAME@$HOST:/home/thor/apps/bookstore-app/app/
scp -i private_key -o StrictHostKeyChecking=no ./app/manage.py $USERNAME@$HOST:/home/thor/apps/bookstore-app/
- name: Start up containers
env:
Expand Down

0 comments on commit 87c0340

Please sign in to comment.