mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Merge branch 'ik/build-deploy-script' of https://github.com/cisagov/getgov into ik/build-deploy-script
This commit is contained in:
commit
c1eb0a6d0f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ cf target -o cisa-getgov-prototyping -s unstable
|
||||||
cf push getgov-unstable -f ops/manifests/manifest-unstable.yaml
|
cf push getgov-unstable -f ops/manifests/manifest-unstable.yaml
|
||||||
cf run-task getgov-unstable --command 'python manage.py migrate' --name migrate
|
cf run-task getgov-unstable --command 'python manage.py migrate' --name migrate
|
||||||
```
|
```
|
||||||
Alternatively, you could run the `deploy.sh` script in the `/src` directory to build the assets and deploy to `unstable`. Similarly, you could run `bash.sh` script to just compile and collect the assets without deploying.
|
Alternatively, you could run the `deploy.sh` script in the `/src` directory to build the assets and deploy to `unstable`. Similarly, you could run `build.sh` script to just compile and collect the assets without deploying.
|
||||||
|
|
||||||
|
|
||||||
## Serving static assets
|
## Serving static assets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue