Skip to content

Commit 3e00f7c

Browse files
committed
Remove obsolete deploy commands
1 parent 66e8c61 commit 3e00f7c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deno.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@
7878
"description": "Generates content for the GitHub Release description.",
7979
"command": "bash ./dev/release-notes.sh"
8080
},
81-
"deploy-deno": {
82-
"description": "Deploy to Deno Deploy.",
83-
"command": "bash ./infra/deno-deploy/deploy-deno.sh"
84-
},
85-
"deploy-aws": {
86-
"description": "Deploy to AWS ECS.",
87-
"command": "bash ./infra/aws-ecs/deploy-aws.sh"
88-
},
8981
"serve": {
9082
"description": "Start a web server to show the built site.",
9183
"command": "deno run --allow-net --allow-read jsr:@std/http/file-server ./_site"

0 commit comments

Comments
 (0)