mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 08:42:21 -05:00
Update .gitignore and fix a typo
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -29,6 +29,7 @@ var/
|
|||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
/cache
|
/cache
|
||||||
|
requirements.txt
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# Usually these files are written by a python script from a template
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ poetry export --without-hashes --format=requirements.txt > requirements.txt
|
|||||||
# All environment variables are accounted for in the deploy-config/sandbox.yml
|
# All environment variables are accounted for in the deploy-config/sandbox.yml
|
||||||
# file, no need to add any of your own or source a .env* file.
|
# file, no need to add any of your own or source a .env* file.
|
||||||
|
|
||||||
# If ithis errors out because you need to be logged in, login first with this:
|
# If this errors out because you need to be logged in, login first with this:
|
||||||
# cf login -a api.fr.cloud.gov --sso
|
# cf login -a api.fr.cloud.gov --sso
|
||||||
cf target -o gsa-tts-benefits-studio -s notify-sandbox
|
cf target -o gsa-tts-benefits-studio -s notify-sandbox
|
||||||
cf push -f manifest.yml --vars-file deploy-config/staging.yml --strategy rolling
|
cf push -f manifest.yml --vars-file deploy-config/sandbox.yml --strategy rolling
|
||||||
|
|||||||
Reference in New Issue
Block a user