add load system env
Some checks failed
Build and push image for doorman-homeassistant / docker (push) Successful in 29s
Build and push Doorman UI / API / docker (push) Failing after 2m33s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s

This commit is contained in:
Martin Dimitrov 2025-06-08 19:44:12 -07:00
parent fad9539bd3
commit aedc8a3741
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"watch-build": "bun run --watch src/index.ts",
"start": "concurrently \"bun run watch-build\" \"bun run start-twilio\"",
"build": "bun run src/index.ts",
"deploy": "twilio-run promote --environment=staging --to=prod",
"deploy": "twilio-run promote --environment=staging --to=prod --load-system-env --env .env.example",
"deploy:staging": "twilio-run deploy --load-system-env --env .env.example --service-name doorman --environment=staging --override-existing-project"
},
"dependencies": {

View File

@ -8,7 +8,7 @@
"start-twilio": "twilio-run --live --port 4500",
"start": "concurrently \"bun run watch-build\" \"bun run start-twilio\"",
"build": "bun run src/index.ts",
"deploy": "twilio-run promote --environment=staging --to=prod",
"deploy": "twilio-run promote --environment=staging --to=prod --load-system-env --env .env.example",
"deploy:staging": "twilio-run deploy --load-system-env --env .env.example --service-name buzzer --environment=staging --override-existing-project"
},
"dependencies": {