Skip to content

Commit

Permalink
Merge pull request #32 from GSA-TTS/fix-egress-deploy-script-3
Browse files Browse the repository at this point in the history
Target space before calling egress deploy script
  • Loading branch information
rahearn authored Sep 26, 2024
2 parents f06cd84 + 21410d3 commit 41469ae
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 @@ -46,6 +46,9 @@ runs:
- name: Copy config files
shell: bash
run: cp ./config/deployment/egress_proxy/${{ inputs.app }}.*.acl ${{ steps.create-temp-dir.outputs.path }}
- name: Target space
shell: bash
run: cf target -o gsa-tts-devtools-prototyping -s ${{ inputs.cf_space }}
- name: Deploy proxy
shell: bash
working-directory: ${{ steps.create-temp-dir.outputs.path }}
Expand Down

0 comments on commit 41469ae

Please sign in to comment.