feat: PUBLIC_URL

This commit is contained in:
ange 2024-05-01 14:44:19 +02:00
parent f03984f9d0
commit a487a22ee5
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 5 additions and 2 deletions

View file

@ -15,6 +15,7 @@ jobs:
fi
cat <<EOF >> .env
BASE_URL="$BASE_URL"
PUBLIC_URL="${PUBLIC_URL:-$BASE_URL}"
EOF
cat .env