chore: Update .env file with new values
Some checks are pending
Development Build (v4) / amd64 (push) Waiting to run
Development Build (v4) / aarch64 (push) Waiting to run
Development Build (v4) / merge-manifest (push) Blocked by required conditions

This commit is contained in:
Andras Bacsai 2024-09-10 14:58:26 +02:00
parent 3e188bf947
commit f718604ac4

View File

@ -365,6 +365,7 @@ else
fi
# Merge .env and .env.production. New values will be added to .env
echo "Updating .env with new values (if necessary)..."
awk -F '=' '!seen[$1]++' "$ENV_FILE-$DATE" /data/coolify/source/.env.production > $ENV_FILE
if [ "$AUTOUPDATE" = "false" ]; then