fix args
All checks were successful
Build and push image for doorman-homeassistant / docker (push) Successful in 30s
Build and push Doorman UI / API / docker (push) Successful in 1m57s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s

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

View File

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

View File

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