Skip to content

Commit 0405b45

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Change API variable name and set at end of deploy
1 parent fdfefa3 commit 0405b45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
cf login -u $CF_USERNAME_DEV -p $CF_PASSWORD_DEV -o gsa-opp-analytics -s analytics-dev
6767
cat manifest.yml
6868
cf push -f "./manifest.yml"
69+
cf set-env analytics-reporter-api-develop API_DATA_GOV_SECRET "$API_SECRET"
70+
cf restage analytics-reporter-api-develop
6971
cf logout
7072
7173
workflows:

0 commit comments

Comments
 (0)