DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: ee225a41994dbb77d8a8e8565c9dbce7c4c9c7e0 felu/justfile -rw-r--r-- 159 bytes
ee225a41Jonni Liljamo fix: set NS ttl 27 days ago
                                                                                
1
2
3
4
5
6
_default:
    just --list

staging-build-and-push:
    podman build -t liljamo/felu:staging . --build-arg VERSION=staging
    podman push liljamo/felu:staging