Browse Source

add production env var for CSV bucket

pull/1043/head
Phil Lee 4 years ago
parent
commit
fbbfcb3465
  1. 1
      .github/workflows/production_pipeline.yml

1
.github/workflows/production_pipeline.yml

@ -253,4 +253,5 @@ jobs:
cf set-env $APP_NAME S3_CONFIG $S3_CONFIG
cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE $CSV_DOWNLOAD_PAAS_INSTANCE
cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN
cf set-env $APP_NAME CSV_BUCKET "dluhc-core-production-csv-bucket"
cf push $APP_NAME --strategy rolling

Loading…
Cancel
Save