fix update-templates

This commit is contained in:
Kenneth Kehl
2025-03-18 11:19:08 -07:00
parent a1b220d239
commit f1691274c8
4 changed files with 11 additions and 9 deletions

View File

@@ -80,9 +80,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-staging --command "flask command update-templates"
- name: Update templates
run: cf run-task notify-api-staging --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy