Browse Source

set env var APP_HOST for review apps

pull/1021/head
Phil Lee 4 years ago
parent
commit
83a941a962
  1. 1
      .github/workflows/review_pipeline.yml

1
.github/workflows/review_pipeline.yml

@ -120,6 +120,7 @@ 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 APP_HOST "https://dluhc-core-review-${{ github.event.pull_request.number }}.london.cloudapps.digital"
- name: Bind postgres service
env:

Loading…
Cancel
Save