Skip to content

Commit

Permalink
new path to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRaikhert committed Sep 10, 2024
1 parent d6b5438 commit bde216c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/stage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
sleep 10
docker compose -f docker-compose.stage.yaml exec backend sh -c "export RUN_BOT=false"
docker compose -f docker-compose.stage.yaml exec backend python manage.py collectstatic
docker compose -f docker-compose.stage.yaml exec backend python manage.py migrate
docker compose -f docker-compose.stage.yaml exec backend sh -c "export RUN_BOT=true"
docker compose -f docker-compose.stage.yaml exec goodstart-bot sh -c "export RUN_BOT=false"
docker compose -f docker-compose.stage.yaml exec goodstart-bot python manage.py collectstatic --noinput
docker compose -f docker-compose.stage.yaml exec goodstart-bot cd .. && cd static/material/admin/css/ && sed -i 's/readonly-label{width:170px;height:10px}/readonly-label{width:170px;height:auto}/' change_form.min.css
docker compose -f docker-compose.stage.yaml exec goodstart-bot python manage.py migrate
docker compose -f docker-compose.stage.yaml exec goodstart-bot sh -c "export RUN_BOT=true"

0 comments on commit bde216c

Please sign in to comment.