We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3d98c commit 4977c3dCopy full SHA for 4977c3d
.github/workflows/rozhdestvennik_deploy.yml
@@ -37,7 +37,9 @@ jobs:
37
. ./.venv/bin/activate
38
git config core.sshCommand "ssh -i ~/.ssh/github_deploy_key -o IdentitiesOnly=yes"
39
git pull origin main
40
+ pip install -r requirements.txt
41
python manage.py collectstatic --noinput
42
+ python manage.py migrate
43
docker compose down
44
docker compose up -d --build
45
exit
0 commit comments