Skip to content

Commit

Permalink
Fixed misspell in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKAF committed Dec 7, 2023
1 parent 057ceae commit 0796de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
sudo docker compose -f docker-compose.production.yml up -d
sudo docker compose -f docker-compose.production.yml exec backend python manage.py migrate
sudo docker compose -f docker-compose.production.yml exec backend python manage.py collectstatic
sudo docker compose -f dockr-compose.production.yml exec backend cp -r /app/collected_static/. /backend_static/static/
sudo docker compose -f docker-compose.production.yml exec backend cp -r /app/collected_static/. /backend_static/static/
sudo docker system prune -f

0 comments on commit 0796de8

Please sign in to comment.