Skip to content

Commit 1b899f3

Browse files
committed
updated workflow
2 parents 10b7639 + 4977c3d commit 1b899f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rozhdestvennik_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
. ./.venv/bin/activate
3838
git config core.sshCommand "ssh -i ~/.ssh/github_deploy_key -o IdentitiesOnly=yes"
3939
git pull origin main
40+
pip install -r requirements.txt
4041
python manage.py collectstatic --noinput
42+
python manage.py migrate
4143
docker compose down
4244
docker compose up -d --build
4345
exit

0 commit comments

Comments
 (0)