mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Build caddy binary as part of the egress proxy deploy
This commit is contained in:
3
.github/actions/deploy-proxy/action.yml
vendored
3
.github/actions/deploy-proxy/action.yml
vendored
@@ -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
|
||||
|
||||
1
deploy-config/egress_proxy/notify-api-staging.deploy.acl
Normal file
1
deploy-config/egress_proxy/notify-api-staging.deploy.acl
Normal 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
|
||||
Reference in New Issue
Block a user