Browse Source

set env var APP_HOST for review apps (#1021)

* set env var APP_HOST for review apps

* rename incorrectly named config file
pull/1024/head
Phil Lee 2 years ago committed by GitHub
parent
commit
055b0ba244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/review_pipeline.yml
  2. 0
      config/environments/review.rb

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:

0
config/environments/review_app.rb → config/environments/review.rb

Loading…
Cancel
Save