DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 230d0a96b7eccd5e586dadb29ce160e7089b57c6 felu/justfile -rw-r--r-- 159 bytes
230d0a96Jonni Liljamo fix: set tsigKey when creating a domain 16 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