all repos — homestead @ 02344e6cb41515516464de403e2eae1caac81e5c

Code for my website

switch from templ to gomponent

Alan Pearce
commit

02344e6cb41515516464de403e2eae1caac81e5c

parent

4034ac2a849b499364d82b902896ca899d946c3a

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M justfilejustfile
@@ -25,7 +25,6 @@ go get -u all
gomod2nix build *BUILD_FLAGS: - templ generate SOURCE={{ website_repo }} go run ./cmd/build {{ BUILD_FLAGS }} run: dev
@@ -42,5 +41,4 @@ cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS)
fly auth docker deploy *DEPLOY_FLAGS: - templ generate fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --platform linux/amd64 --sbom none --bare --tags {{ docker-tag }} .) {{ DEPLOY_FLAGS }}