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