DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 9e41bc5486e2858c81a59c9302089d3a480ec4e3 felu/justfile -rw-r--r-- 159 bytes
9e41bc54Jonni Liljamo feat: sane SOA ttls 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