Files
route-commerce/.gitea
Nora 9910e588b1
Deploy to route.crispygoat.com / deploy (push) Successful in 4m15s
fix(deploy): pm2 restart --update-env so PM2 picks up new env vars on deploy
Without --update-env, PM2 caches the original env vars at first start
and silently ignores newly added ones — including SMARTSHEET_TOKEN_ENC_KEY
and SMARTSHEET_CRON_SECRET, which were getting written to .env but never
reaching the running Next.js process.
2026-07-03 15:16:01 -06:00
..