Skip to content

Commit

Permalink
[HOTFIX] compose up build option
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Nov 16, 2023
1 parent 59531c4 commit b135c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "ADMIN_EMAIL=${{ secrets.ADMIN_EMAIL }}" >> .env
echo 'ADMIN_PASSWORD=${{ secrets.ADMIN_PASSWORD }}' >> .env
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml build
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml up -d
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml up -d --build
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml run web python manage.py migrate
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml run web python manage.py collectstatic --noinput
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml run web python manage.py createadmin

0 comments on commit b135c80

Please sign in to comment.