Skip to content

Commit

Permalink
Merge pull request #57 from USEPA/iss-56-cloudgov-deployment
Browse files Browse the repository at this point in the history
Updated the cloud.gov space name
  • Loading branch information
maheese authored Jun 11, 2020
2 parents d1d4963 + eba8f2a commit 31a3643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/deploy-cloudgov
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

CF_LOGIN="https://api.fr.cloud.gov"
CF_ORG="epa-prototyping"
CF_SPACE="dev-ampd"
CF_SPACE="revampd"
API_NAME="revampd-api"
API_MANIFEST="etc/manifests/api.yml"
FRONTEND_NAME="revampd"
Expand Down
2 changes: 1 addition & 1 deletion bin/setup-cloudgov
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

CF_ORG="epa-prototyping"
CF_SPACE="dev-ampd"
CF_SPACE="revampd"
DB_NAME="revampd-psql" # bound to app in etc/manifests/api.yml

cf target -o $CF_ORG -s $CF_SPACE
Expand Down

0 comments on commit 31a3643

Please sign in to comment.