Skip to content

Commit

Permalink
chore: add account id to wrangler to CI deploys
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla committed Jul 25, 2023
1 parent e80990a commit ec24d39
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ compatibility_date = "2023-07-17"
[vars]
ENV = "dev"

# STAGING!
[env.staging]
account_id = "fffa4b4363a7e5250af8357087263b3a"

[env.staging.vars]
ENV = "staging"

[env.production.var]
# STAGING!
[env.productuion]
account_id = "fffa4b4363a7e5250af8357087263b3a"

[env.production.vars]
ENV = "production"

0 comments on commit ec24d39

Please sign in to comment.