Skip to content

Commit

Permalink
copy over manage.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 25, 2024
1 parent 7b8927e commit a170523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +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/
- name: Start up containers
env:
Expand Down

0 comments on commit a170523

Please sign in to comment.