2023-08-14 17:22:12 +00:00
|
|
|
build:
|
|
|
|
tailwindcss -i static/tailwind.css -o static/app.css -m
|
|
|
|
CGO_ENABLED=0 go build -o rimgo -ldflags "-X codeberg.org/rimgo/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
|
|
|
|
|
|
|
|
dev:
|
|
|
|
tailwindcss -i static/tailwind.css -o static/app.css -m -w &
|
2024-02-05 22:57:33 +00:00
|
|
|
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
|