We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfefa3 commit 0405b45Copy full SHA for 0405b45
.circleci/config.yml
@@ -66,6 +66,8 @@ jobs:
66
cf login -u $CF_USERNAME_DEV -p $CF_PASSWORD_DEV -o gsa-opp-analytics -s analytics-dev
67
cat manifest.yml
68
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
71
cf logout
72
73
workflows:
0 commit comments