mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Deploy bundled proxy instead of building it each time
This commit is contained in:
4
.github/actions/deploy-proxy/action.yml
vendored
4
.github/actions/deploy-proxy/action.yml
vendored
@@ -36,7 +36,7 @@ runs:
|
|||||||
- name: Copy config files
|
- name: Copy config files
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cp ./deploy-config/egress_proxy/${{ inputs.app }}.*.acl ${{ steps.create-temp-dir.outputs.path }}
|
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
|
shell: bash
|
||||||
working-directory: ${{ steps.create-temp-dir.outputs.path }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user