bump: v1.115.0 #2

Merged
ange merged 8 commits from staging into prod 2024-09-27 00:41:05 +00:00
Showing only changes of commit 7916d34fa5 - Show all commits

View File

@ -12,10 +12,11 @@ jobs:
BASE_URL="$PROD_URL"
else
BASE_URL="${{ gitea.ref_name }}.$(tr / '\n' <<< "${{ gitea.repository }}" | tac | tr '\n' .)k8s.gmoker.com"
SERVER_NAME="$BASE_URL"
fi
cat <<EOF >> .env
BASE_URL="$BASE_URL"
PUBLIC_URL="${PUBLIC_URL:-$BASE_URL}"
SERVER_NAME="$SERVER_NAME"
EOF
cat .env