SCRUM-140: Bump fulfillr images to 20260717.0202; snipcart_api_key via EXTRA_VARS
The import-only Snipcart key renders empty on normal deploys (import endpoint 503s); it was injected via EXTRA_VARS just for the historical refund re-import and is now blanked again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
{
|
||||
"easypost_api_key": "{{ fulfillr_dev_easypost_api_key }}",
|
||||
"stripe_api_key": "{{ fulfillr_dev_stripe_api_key }}",
|
||||
{# Snipcart key only for the one-time historical re-import (SCRUM-140); injected
|
||||
via EXTRA_VARS at deploy time, renders empty (import disabled) on normal deploys. #}
|
||||
"snipcart_api_key": "{{ fulfillr_snipcart_api_key | default('') }}",
|
||||
"backinstock_table": "debyltech-backinstock-dev",
|
||||
"cases_table": "debyltech-cases-dev",
|
||||
"tickets_table": "debyltech-tickets-dev",
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
{
|
||||
"easypost_api_key": "{{ easypost_api_key }}",
|
||||
"stripe_api_key": "{{ fulfillr_prod_stripe_api_key }}",
|
||||
{# Snipcart key only for the one-time historical re-import (SCRUM-140); injected
|
||||
via EXTRA_VARS at deploy time, renders empty (import disabled) on normal deploys. #}
|
||||
"snipcart_api_key": "{{ fulfillr_snipcart_api_key | default('') }}",
|
||||
"backinstock_table": "debyltech-backinstock-prod",
|
||||
"cases_table": "debyltech-cases-prod",
|
||||
"tickets_table": "debyltech-tickets-prod",
|
||||
|
||||
Reference in New Issue
Block a user