Skip to content

Commit

Permalink
Fix API_SECRET for lower envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Jan 12, 2024
1 parent 7adfdd0 commit 8388e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cf login -u $CF_USERNAME_DEV -p $CF_PASSWORD_DEV -o gsa-opp-analytics -s analytics-dev
cat manifest.yml
cf push -f "./manifest.yml"
cf set-env analytics-reporter-api-develop API_DATA_GOV_SECRET "$API_SECRET"
cf set-env analytics-reporter-api-develop API_DATA_GOV_SECRET "$API_SECRET_LOWER"
cf restage analytics-reporter-api-develop
cf logout
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
cf login -u $CF_STAGING_SPACE_DEPLOYER_USERNAME -p $CF_STAGING_SPACE_DEPLOYER_PASSWORD -o gsa-opp-analytics -s analytics-staging
cat manifest.yml
cf push -f "./manifest.yml"
cf set-env analytics-reporter-api-staging API_DATA_GOV_SECRET "$API_SECRET"
cf set-env analytics-reporter-api-staging API_DATA_GOV_SECRET "$API_SECRET_LOWER"
cf restage analytics-reporter-api-staging
cf logout
Expand Down

0 comments on commit 8388e91

Please sign in to comment.