revert
All checks were successful
Deploy Production (qr.crewsportswear.app) / deploy (push) Successful in 35s

This commit is contained in:
Frank John Begornia
2026-04-03 00:49:03 +08:00
parent 4d6fd1e348
commit a8f17fbfa5
4 changed files with 2 additions and 81 deletions

View File

@@ -75,19 +75,6 @@ jobs:
cd "$DEPLOY_DIR"
echo "Checking .env file"
if [ ! -f .env ]; then
echo ".env file not found at $DEPLOY_DIR/.env"
echo "Please create it first with optional/custom variables such as:"
echo " - TRUST_PROXY"
echo " - ALLOWED_QR_IPS"
exit 1
fi
echo "Fixing .env permissions"
sudo chown $USER:$USER .env
sudo chmod 600 .env
echo "Ensure networks"
docker network inspect traefik-public >/dev/null 2>&1 || \
docker network create traefik-public