From a1b220d2397e19b0972cf0663095276f222b5a9b Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 17 Mar 2025 15:56:06 -0700 Subject: [PATCH] comment out update templates --- .github/workflows/deploy-demo.yml | 5 +++-- .github/workflows/deploy-prod.yml | 5 +++-- .github/workflows/deploy.yml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index a951691c3..6d71a473d 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -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 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 5a07e9678..bd9be3a7d 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67a9a48d7..546a02e82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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