Change run scripts to not do migrations

This commit is contained in:
Neil Martinsen-Burrell 2022-10-06 14:58:32 -05:00
parent 209d2b31df
commit 323f8ea4e9
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
3 changed files with 18 additions and 13 deletions

View file

@ -7,4 +7,5 @@
cf target -o cisa-getgov-prototyping -s unstable
cf push getgov-unstable -f ../ops/manifests/manifest-unstable.yaml
cf run-task getgov-unstable --command 'python manage.py migrate' --name migrate
# migrations need to be run manually. Developers can use this command
#cf run-task getgov-unstable --command 'python manage.py migrate' --name migrate