From fbbfcb3465263b42c96d50bfc189bd9103143a90 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Wed, 30 Nov 2022 16:01:44 +0000 Subject: [PATCH] add production env var for CSV bucket --- .github/workflows/production_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 23bb69c00..2ccbbafcd 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.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