@ -126,21 +126,21 @@ jobs:
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
SERVICE_NAME : dluhc-core-review-${{ github.event.pull_request.number }}-postgres
SERVICE_NAME : dluhc-core-review-${{ github.event.pull_request.number }}-postgres
run : |
run : |
cf bind-service $APP_NAME $SERVICE_NAME
cf bind-service $APP_NAME $SERVICE_NAME --wait
- name : Bind redis service
- name : Bind redis service
env:
env:
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
SERVICE_NAME : dluhc-core-review-${{ github.event.pull_request.number }}-redis
SERVICE_NAME : dluhc-core-review-${{ github.event.pull_request.number }}-redis
run : |
run : |
cf bind-service $APP_NAME $SERVICE_NAME
cf bind-service $APP_NAME $SERVICE_NAME --wait
- name : Bind logit drain service
- name : Bind logit drain service
env:
env:
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
APP_NAME : dluhc-core-review-${{ github.event.pull_request.number }}
SERVICE_NAME : logit-ssl-drain
SERVICE_NAME : logit-ssl-drain
run : |
run : |
cf bind-service $APP_NAME $SERVICE_NAME
cf bind-service $APP_NAME $SERVICE_NAME --wait
- name : Start review app
- name : Start review app
env:
env: