mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -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
|
- name: Check coverage threshold
|
||||||
# TODO get this back up to 95
|
# TODO get this back up to 95
|
||||||
run: poetry run coverage report -m --fail-under=94
|
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:
|
validate-new-relic-config:
|
||||||
runs-on: ubuntu-latest
|
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"
|
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
|
||||||
--strategy rolling
|
--strategy rolling
|
||||||
|
|
||||||
# TODO FIX
|
|
||||||
# - name: Update templates
|
- name: Update templates
|
||||||
# run: cf run-task notify-api-demo --command "flask command update-templates"
|
run: cf run-task notify-api-demo --command "flask command update-templates"
|
||||||
|
|
||||||
- name: Deploy egress proxy
|
- name: Deploy egress proxy
|
||||||
uses: ./.github/actions/deploy-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"
|
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
|
||||||
--strategy rolling
|
--strategy rolling
|
||||||
|
|
||||||
# TODO FIX
|
|
||||||
# - name: Update templates
|
- name: Update templates
|
||||||
# run: cf run-task notify-api-production --command "flask command update-templates"
|
run: cf run-task notify-api-production --command "flask command update-templates"
|
||||||
|
|
||||||
- name: Deploy egress proxy
|
- name: Deploy egress proxy
|
||||||
uses: ./.github/actions/deploy-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"
|
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
|
||||||
--strategy rolling
|
--strategy rolling
|
||||||
|
|
||||||
# TODO FIX
|
|
||||||
# - name: Update templates
|
- name: Update templates
|
||||||
# run: cf run-task notify-api-staging --command "flask command update-templates"
|
run: cf run-task notify-api-staging --command "flask command update-templates"
|
||||||
|
|
||||||
- name: Deploy egress proxy
|
- name: Deploy egress proxy
|
||||||
uses: ./.github/actions/deploy-proxy
|
uses: ./.github/actions/deploy-proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user