Deploy bundled proxy instead of building it each time

This commit is contained in:
Ryan Ahearn
2023-04-21 11:57:42 -04:00
parent 0162d601d1
commit 26cc90e1f2

View File

@@ -36,7 +36,7 @@ runs:
- name: Copy config files
shell: bash
run: cp ./deploy-config/egress_proxy/${{ inputs.app }}.*.acl ${{ steps.create-temp-dir.outputs.path }}
- name: Build and deploy proxy
- name: Deploy proxy
shell: bash
working-directory: ${{ steps.create-temp-dir.outputs.path }}
run: make && ./bin/cf-deployproxy -a ${{ inputs.app }} -p egress-proxy -e egress_proxy
run: ./bin/cf-deployproxy -a ${{ inputs.app }} -p egress-proxy -e egress_proxy