Enable deploying exact version of cg-egress-proxy

This commit is contained in:
Ryan Ahearn
2022-11-14 09:49:31 -05:00
parent 929b641e2f
commit fb0fbb984e
2 changed files with 18 additions and 7 deletions

View File

@@ -75,7 +75,10 @@ jobs:
id: changed-egress-config
uses: tj-actions/changed-files@v34
with:
files: deploy-config/egress_proxy/notify-api-staging.*.acl
files: |
deploy-config/egress_proxy/notify-api-staging.*.acl
.github/actions/deploy-proxy/action.yml
.github/workflows/deploy.yml
- name: Deploy egress proxy
if: steps.changed-egress-config.outputs.any_changed == 'true'
uses: ./.github/actions/deploy-proxy