Update Justfile

This commit is contained in:
video-prize-ranch 2024-02-05 17:57:11 -05:00
parent 927ea20fad
commit 8f5938a258
No known key found for this signature in database

View File

@ -4,4 +4,9 @@ build:
dev:
tailwindcss -i static/tailwind.css -o static/app.css -m -w &
go run github.com/cosmtrek/air@latest -c .air.toml
go run github.com/cosmtrek/air@latest -c .air.toml
tag-vpr:
podman pull codeberg.org/rimgo/rimgo:latest
podman image tag codeberg.org/rimgo/rimgo:latest codeberg.org/video-prize-ranch/rimgo:latest
podman push codeberg.org/video-prize-ranch/rimgo:latest