Skip to content

Commit

Permalink
Remove duplicated deno deploy env variables (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchahinRohani authored Sep 26, 2024
1 parent 26df13b commit c17cc34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions web/platform/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lint": "biome check --write --unsafe .",
"preview": "bun run build && bun serve",
"setup": "bun install && bun run deno install -Arf jsr:@deno/deployctl@1.12.0",
"staging": "bun setup && bun run docs && bun run build && bun run deploy --project=nativelink --org=nativelink",
"prod": "bun setup && bun run docs && bun run build && bun run deploy --project=nativelink --org=nativelink --prod",
"staging": "bun setup && bun run docs && bun run build && bun run deploy",
"prod": "bun setup && bun run docs && bun run build && bun run deploy --prod",
"serve": "deno run -A --allow-net --allow-read --allow-env ./dist/server/entry.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit c17cc34

Please sign in to comment.