mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Swap config vars for env vars
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
6
.github/actions/deploy-proxy/action.yml
vendored
6
.github/actions/deploy-proxy/action.yml
vendored
@@ -1,12 +1,6 @@
|
|||||||
name: Deploy egress proxy
|
name: Deploy egress proxy
|
||||||
description: Set egress space security groups and deploy proxy
|
description: Set egress space security groups and deploy proxy
|
||||||
inputs:
|
inputs:
|
||||||
cf_username:
|
|
||||||
description: The username to authenticate with.
|
|
||||||
required: true
|
|
||||||
cf_password:
|
|
||||||
description: The password to authenticate with.
|
|
||||||
required: true
|
|
||||||
cf_org:
|
cf_org:
|
||||||
description: The org the target app exists in.
|
description: The org the target app exists in.
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -103,9 +103,10 @@ jobs:
|
|||||||
- name: Deploy egress proxy
|
- name: Deploy egress proxy
|
||||||
#if: steps.changed-egress-config.outputs.any_changed == 'true'
|
#if: steps.changed-egress-config.outputs.any_changed == 'true'
|
||||||
uses: ./.github/actions/deploy-proxy
|
uses: ./.github/actions/deploy-proxy
|
||||||
|
env:
|
||||||
|
CF_USERNAME: ${{ secrets.CF_USERNAME }}
|
||||||
|
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
|
||||||
cf_org: gsa-tts-benefits-studio
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-staging
|
cf_space: notify-staging
|
||||||
app: notify-api-staging
|
app: notify-api-staging
|
||||||
|
|||||||
Reference in New Issue
Block a user