From 935b66ea3315b8a81e5185bdd95c7cda3ada77b0 Mon Sep 17 00:00:00 2001 From: Konstantin Raikhert <69113745+KonstantinRaikhert@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:45:09 +0300 Subject: [PATCH] Fix/dev ci cd (#282) * fix * fix docker --- .github/workflows/deploy-bot-on-stage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-bot-on-stage.yml b/.github/workflows/deploy-bot-on-stage.yml index d47f05a..dceba99 100644 --- a/.github/workflows/deploy-bot-on-stage.yml +++ b/.github/workflows/deploy-bot-on-stage.yml @@ -82,5 +82,6 @@ jobs: sudo systemctl restart spread_wings_bot.service # Applying initialization commands + sleep 7 docker exec spread-wings-bot python manage.py migrate docker exec spread-wings-bot python manage.py collectstatic --noinput