feat: streamline deployment workflow using devbox

This commit is contained in:
2025-05-29 18:19:23 -04:00
parent b69ce1255e
commit e217a69948
2 changed files with 1 additions and 10 deletions

View File

@@ -13,11 +13,6 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.13.0
with:
@@ -39,11 +34,6 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.13.0
with:

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.1/.schema/devbox.schema.json",
"packages": [
"go@latest",
"templ@latest",
"sqlc@latest",
"nodejs@latest",