comment out update templates

This commit is contained in:
Kenneth Kehl
2025-03-17 15:56:06 -07:00
parent 19a510fa45
commit a1b220d239
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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