Seperate sqlx queries

This commit is contained in:
red binder 2026-04-26 16:41:40 +02:00
commit 0b777d00ae
15 changed files with 5 additions and 499 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
export EDITION=$1
export BA="--build-arg EDITION=$1"
export BA="--build-arg EDITION=$1 --build-arg DATABASE_URL="$DATABASE_URL""
# podman build $BA -t "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest" --target=dev-container .
# podman push "$CI_REGISTRY_IMAGE/$EDITION/dev-container:latest"