From 893e479918d1616572e46735689732dbb18f1799 Mon Sep 17 00:00:00 2001 From: Igor Korenfeld <52677065+igorkorenfeld@users.noreply.github.com> Date: Fri, 16 Sep 2022 10:57:31 -0400 Subject: [PATCH] Update docs/operations/README.md Fix typo in script name Co-authored-by: Neil MartinsenBurrell --- docs/operations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/README.md b/docs/operations/README.md index c288afaf6..ad9ac04a1 100644 --- a/docs/operations/README.md +++ b/docs/operations/README.md @@ -49,7 +49,7 @@ 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 ``` -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