Skip to content

Commit

Permalink
Put secrets back
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj committed Jan 17, 2025
1 parent b3aa7aa commit d568c95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ commands:
--set application.sentry_dsn="${FRONTEND_SENTRY_DSN}" \
--set application.sentry_environment="<< parameters.environment >>" \
--set application.sentry_release="${VERSION_TO_DEPLOY}" \
--set hmppsAuthClientId="${HMPPS_AUTH_CLIENT_ID}" \
--set hmppsAuthClientSecret="${HMPPS_AUTH_CLIENT_SECRET}" \
--set hmppsAuthBaseUrl="${HMPPS_AUTH_BASE_URL}" \
--set prisonApiBaseUrl="${PRISON_API_BASE_URL}" \
--set prisonerContactRegistryApiBaseUrl="${PRISONER_CONTACT_REGISTRY_BASE_URL}" \
--set incentivesApiBaseUrl="${INCENTIVES_API_BASE_URL}" \
--set adjudicationsApiBaseUrl="${ADJUDICATIONS_API_BASE_URL}" \
--set cacheSecret="${CACHE_SECRET}" \
--set prisonerAuthAD.clientId="${AZURE_AD_CLIENT_ID}" \
--set prisonerAuthAD.clientSecret="${AZURE_AD_CLIENT_SECRET}" \
--set appInsightsSecret="${APPINSIGHTS_INSTRUMENTATIONKEY}" \
--set image.tag=${VERSION_TO_DEPLOY}
PULL_REQUEST=${CIRCLE_PULL_REQUEST##*/}
Expand Down

0 comments on commit d568c95

Please sign in to comment.