diff --git a/.github/actions/deploy-proxy/action.yml b/.github/actions/deploy-proxy/action.yml index 56e87080f..3f45217d5 100644 --- a/.github/actions/deploy-proxy/action.yml +++ b/.github/actions/deploy-proxy/action.yml @@ -26,8 +26,9 @@ runs: - name: Copy config files shell: bash run: cp ./deploy-config/egress_proxy/${{ inputs.app }}.*.acl ${{ steps.create-temp-dir.outputs.path }} - - name: Deploy proxy + - name: Build and deploy proxy shell: bash run: > cd ${{ steps.create-temp-dir.outputs.path }}; + make; ./bin/cf-deployproxy -a ${{ inputs.app }} -p egress-proxy -e egress_proxy diff --git a/deploy-config/egress_proxy/notify-api-staging.deploy.acl b/deploy-config/egress_proxy/notify-api-staging.deploy.acl new file mode 100644 index 000000000..8c15e6369 --- /dev/null +++ b/deploy-config/egress_proxy/notify-api-staging.deploy.acl @@ -0,0 +1 @@ +Update this file to force a re-deploy of the egress proxy even when notify-api-staging..acl haven't changed