Skip to content

Commit

Permalink
chore: unified worker name on different environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnily03 committed Jul 31, 2024
1 parent bfc6f46 commit 588227a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrangler.deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ compatibility_date = "2024-07-25"

# Development delpoyment
[env.development]
name = "mirrors"

[env.development.vars]
VERSION = "2.0.0"
Expand All @@ -13,6 +14,7 @@ FORBID_HTML = true

# Production deployment
[env.production]
name = "mirrors"
minify = true

[env.production.vars]
Expand Down

0 comments on commit 588227a

Please sign in to comment.