diff options
author | Alan Pearce | 2024-06-26 10:33:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-26 10:33:00 +0200 |
commit | 56ac09928f9aea7a25577e9da716afcd09d2d6b8 (patch) | |
tree | 2d4ddb158b2d8a46b29acf8311f643aa477676e7 /justfile | |
parent | cc22fe64979e8e36be8e195ac61092304fa0c89a (diff) | |
download | website-56ac09928f9aea7a25577e9da716afcd09d2d6b8.tar.lz website-56ac09928f9aea7a25577e9da716afcd09d2d6b8.tar.zst website-56ac09928f9aea7a25577e9da716afcd09d2d6b8.zip |
generate template code before deployment
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile index 7cf03c7..e1f5650 100755 --- a/justfile +++ b/justfile @@ -30,4 +30,5 @@ ci: build check-links cd *DEPLOY_FLAGS: fly auth docker + templ generate fly deploy --image $(KO_DOCKER_REPO={{ docker-registry }} ko build --bare ./cmd/server) {{ DEPLOY_FLAGS }} |