diff --git a/.github/workflows/pr-deployments.yaml b/.github/workflows/pr-deployments.yaml index fd7268f54..43cf467cb 100644 --- a/.github/workflows/pr-deployments.yaml +++ b/.github/workflows/pr-deployments.yaml @@ -34,7 +34,7 @@ jobs: env: FOLDER: ${{ github.event.pull_request.number }} run: | - sed -i "s|SERVER_URL=.*|SERVER_URL=https://gateway.upn.integration-open-paas.org/|g" env.file + sed -i "s|SERVER_URL=.*|SERVER_URL=https://apisix.upn.integration-open-paas.org/|g" env.file sed -i "s|DOMAIN_REDIRECT_URL=.*|DOMAIN_REDIRECT_URL=https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY##*/}/$FOLDER|g" env.file echo "URL=https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY##*/}/$FOLDER" >> $GITHUB_OUTPUT