mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add one more potentially missing step
This changeset adds one more step that hopefully takes care of the egress proxy deploy. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
3
.github/actions/deploy-proxy/action.yml
vendored
3
.github/actions/deploy-proxy/action.yml
vendored
@@ -26,6 +26,9 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
cf api api.fr.cloud.gov
|
cf api api.fr.cloud.gov
|
||||||
cf auth
|
cf auth
|
||||||
|
- name: Target org and space
|
||||||
|
shell: bash
|
||||||
|
run: cf target -o ${{ inputs.cf_org }} -s ${{ inputs.cf_space }}
|
||||||
- name: Set restricted space egress
|
- name: Set restricted space egress
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./terraform/set_space_egress.sh -t -s ${{ inputs.cf_space }}
|
run: ./terraform/set_space_egress.sh -t -s ${{ inputs.cf_space }}
|
||||||
|
|||||||
Reference in New Issue
Block a user