tripit: re-apply tripit stack to land CITY_IMAGE_PROVIDER=wikipedia
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
The commit that enabled real city cover photos (a69847a0,
CITY_IMAGE_PROVIDER=wikipedia, #47) was committed to master but its CI run
skipped the tripit stack apply (changed-stack diff race — same class as the
prior "re-apply after pipeline race" fixes). The env never landed in-cluster,
so the provider stayed on its fake 1x1-PNG default and every trip/stay cover
rendered blank/placeholder in prod. This comment touch forces CI to re-apply
the tripit stack; terraform then reconciles the drift (desired HCL already
has the env) so the deployment picks up CITY_IMAGE_PROVIDER=wikipedia.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
2df6ebf305
commit
fe1f8d62e7
1 changed files with 5 additions and 0 deletions
|
|
@ -125,6 +125,11 @@ locals {
|
|||
# (older images crash-loop on the unknown enum) — landed after that
|
||||
# image rolled out, same hold-order as FARE/CALENDAR/RESEARCH above.
|
||||
CITY_IMAGE_PROVIDER = "wikipedia"
|
||||
# Re-applied 2026-06-14: a69847a0 (the commit that added this) was never
|
||||
# terraform-applied — its CI run skipped the tripit stack (changed-stack
|
||||
# diff race), so the env never landed in-cluster and the provider fell back
|
||||
# to the fake 1x1-PNG, leaving every trip/stay cover blank. This touch forces
|
||||
# the tripit stack to re-apply and reconcile the drift.
|
||||
# Tour-guide content pipeline (tripit#24/#25): these three default to `fake`
|
||||
# in tripit's config, which is what shipped dark on 2026-06-08 — prod only
|
||||
# ever showed the placeholder "Sight 1". Real providers: Wikipedia GeoSearch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue