feat: streamline deployment process with Go setup

This commit is contained in:
2025-05-29 18:26:25 -04:00
parent 155bcf4c14
commit 5de34baf7f
2 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.1/.schema/devbox.schema.json",
"packages": [
"go@latest",
"templ@latest",
"sqlc@latest",
"nodejs@latest",
@@ -22,10 +21,6 @@
"go install github.com/syumai/workers/cmd/workers-assets-gen@latest"
],
"scripts": {
"deploy": [
"cd $RADAR_ROOT && npx wrangler deploy",
"cd $WORKER_ROOT && npx wrangler deploy"
],
"release": [
"check_deps",
"check_vars",