fix args
This commit is contained in:
parent
aedc8a3741
commit
a2d6776d59
@ -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 --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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@ -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 --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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user