Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
iljavaleev committed Jul 8, 2024
1 parent 9b8f369 commit feb8665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
sudo docker compose stop bot
sudo docker compose stop celery
sudo docker pull --quiet ${{ secrets.DOCKERHUB_USERNAME }}/admin_panel:main
sudo docker pull --quiet ${{ secrets.DOCKERHUB_USERNAME }}/bot:main
sudo docker pull --quiet ${{ secrets.DOCKERHUB_USERNAME }}/edubot:main
sudo docker compose up -d
sudo docker system prune -af
sudo docker compose exec django python manage.py collectstatic --no-input
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit feb8665

Please sign in to comment.