mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-29 18:40:10 -04:00
Merge pull request #1995 from GSA/update-egress-proxy-more
Add one more potentially missing step
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: |
|
||||
cf api api.fr.cloud.gov
|
||||
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
|
||||
shell: bash
|
||||
run: ./terraform/set_space_egress.sh -t -s ${{ inputs.cf_space }}
|
||||
|
||||
Reference in New Issue
Block a user