isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

Hotfix: IS-430 / 0.38.1 #900

Closed harishv7 closed 1 year ago

harishv7 commented 1 year ago

Hotfix to make sgID params optional on server start

Currently, updating env vars on production will always fail and cause a rollback - this is due to our current setup of pulling env from SSM only working for deploys but not rebuilds (e.g. updating env), so several required env vars are missing whenever we rebuild. This is a short-term fix and we can take on the long-term fix next sprint

Note that in the meantime, we should we rerunning the github actions flow for release after any config changes on the eb