mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Update docs/operations/README.md
Fix typo in script name Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
parent
f0e6f0545c
commit
893e479918
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