demo mode
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-27 23:38:37 +02:00
parent d28fd05bf6
commit 7caea3a1ee
44 changed files with 1682 additions and 460 deletions
+4
View File
@@ -53,4 +53,8 @@ if [[ -n "${APP_PORT:-}" ]]; then
export APP_PORT
fi
if [[ -n "${APP_PUBLIC_PORT:-}" ]]; then
export APP_PUBLIC_PORT
fi
bash scripts/deploy_docker.sh "$COMPOSE_FILE" "$ENV_FILE"