Skip to content

Commit

Permalink
add deploy-staging task
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 4, 2023
1 parent d07d70b commit cb61bc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tasks": {
"dev": "deno run --allow-net --allow-read --allow-env=NODE_DEBUG --watch --no-check main.js --dev"
"dev": "deno run --allow-net --allow-read --allow-env=NODE_DEBUG --watch --no-check main.js --dev",
"deploy-staging": "deployctl deploy --project=tinyclouds main.js"
}
}

0 comments on commit cb61bc3

Please sign in to comment.