Skip to content

Commit

Permalink
Update .gitignore and fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
  • Loading branch information
ccostino committed Oct 30, 2024
1 parent a27bbf2 commit 9bddaee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var/
.installed.cfg
*.egg
/cache
requirements.txt

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy_to_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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 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

0 comments on commit 9bddaee

Please sign in to comment.