fix(ci): prod build needs EXPORT_SIGN_KEY for compose interpolation #174
Reference in New Issue
Block a user
Delete Branch "fix/prod-build-export-sign-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unblocks the v1.8.0 prod deploy. The build job (
docker compose buildinterpolates the whole file) lacked the backend's :?-guardedEXPORT_SIGN_KEY(added with the export feature after v1.7.0). Prod untouched (build-only failure). Audited all :? guards — this was the only missing one. Verified via a reproduced build-jobdocker compose config.After merge: re-promote development→master, move the v1.8.0 tag, re-dispatch prod-deploy.