mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Change run scripts to not do migrations
This commit is contained in:
parent
209d2b31df
commit
323f8ea4e9
3 changed files with 18 additions and 13 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue