13 lines
244 B
Makefile
13 lines
244 B
Makefile
zonaref := `rg "^.*(git\+.*).*$" -r '$1' .forgejo/workflows/deploy.yml`
|
|
|
|
echo:
|
|
echo {{zonaref}}
|
|
|
|
serve *args:
|
|
@just run serve {{args}}
|
|
|
|
build *args:
|
|
@just run build {{args}}
|
|
|
|
run *args:
|
|
uv run --with '{{zonaref}}' zona {{args}}
|