Build caddy binary as part of the egress proxy deploy

This commit is contained in:
Ryan Ahearn
2022-11-09 10:21:04 -05:00
parent 72df1a18fd
commit e525f2ae9b
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
Update this file to force a re-deploy of the egress proxy even when notify-api-staging.<allow|deny>.acl haven't changed