DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: bd08cb2f99c537aab74cacccd8c6be402b85af74 felu/justfile -rw-r--r-- 159 bytes
bd08cb2fJonni Liljamo feat: AcmeChallenge field for domains 21 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