Skip to content

Commit

Permalink
Merge pull request #1995 from GSA/update-egress-proxy-more
Browse files Browse the repository at this point in the history
Add one more potentially missing step
  • Loading branch information
heyitsmebev authored Oct 4, 2024
2 parents 29b9e12 + c178a3e commit fbdc01b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy-proxy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fbdc01b

Please sign in to comment.