mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 07:28:23 +00:00
14 lines
470 B
Makefile
14 lines
470 B
Makefile
build:
|
|
pnpm run build
|
|
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-css:
|
|
pnpm run watch
|
|
|
|
dev:
|
|
go run github.com/air-verse/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
|