infoalloggi-monorepo/deploy_infoalloggi.sh

14 lines
326 B
Bash
Raw Normal View History

2025-10-23 15:16:42 +02:00
#!/usr/bin/env bash
set -euo pipefail
# Preset for staging environment
export TAG="latest"
export IMAGE_REGISTRY="ghcr.io"
export OWNER="marcopedone"
export USERNAME="marcopedone"
export TOKEN="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"
export ENV_FILE=".env.infoalloggi"
export PREFIX="infoalloggi"
2025-11-24 19:00:16 +01:00
./build_and_push_ghcr.sh