wrangler: change prod deployment name [deploy] [staging]

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-22 18:09:35 +05:30
parent a0e63682bc
commit 9f4c336338
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ bucket = "./public"
entry-point = "workers-site"
[env.production]
name = "msfjarvis-dev"
name = "msfjarvis-dev-prod"
route = "msfjarvis.dev/*"
vars = { BASE_URL = "https://msfjarvis.dev/" }