Skip to content

Commit

Permalink
github actions exec to run change
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Nov 16, 2023
1 parent 149a831 commit 1524808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
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 exec web python manage.py migrate
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml exec web python manage.py collectstatic --noinput
sudo ../limited-docker-compose.sh -f docker-compose.prod.yml exec web python manage.py createadmin
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 1524808

Please sign in to comment.