mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
fix update-templates
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -65,6 +65,8 @@ jobs:
|
||||
- name: Check coverage threshold
|
||||
# TODO get this back up to 95
|
||||
run: poetry run coverage report -m --fail-under=94
|
||||
- name: Update templates
|
||||
run: cf run-task notify-api-staging --command "flask command update-templates"
|
||||
|
||||
validate-new-relic-config:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
6
.github/workflows/deploy-demo.yml
vendored
6
.github/workflows/deploy-demo.yml
vendored
@@ -74,9 +74,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-demo --command "flask command update-templates"
|
||||
|
||||
- name: Update templates
|
||||
run: cf run-task notify-api-demo --command "flask command update-templates"
|
||||
|
||||
- name: Deploy egress proxy
|
||||
uses: ./.github/actions/deploy-proxy
|
||||
|
||||
6
.github/workflows/deploy-prod.yml
vendored
6
.github/workflows/deploy-prod.yml
vendored
@@ -78,9 +78,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-production --command "flask command update-templates"
|
||||
|
||||
- name: Update templates
|
||||
run: cf run-task notify-api-production --command "flask command update-templates"
|
||||
|
||||
- name: Deploy egress proxy
|
||||
uses: ./.github/actions/deploy-proxy
|
||||
|
||||
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user