We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1238242 commit ff0b003Copy full SHA for ff0b003
1 file changed
.github/workflows/deploy-gh-pages.yml
@@ -44,7 +44,7 @@ jobs:
44
ENV=${{ github.event.inputs.environment || 'alpha' }}
45
VITE_ORIGIN_URL="https://agent.bytedev.site/"
46
if [ "$ENV" = "production" ]; then
47
- VITE_ORIGIN_URL="https://agent.opentiny.design/"
+ VITE_ORIGIN_URL="https://agent.bytedev.site/"
48
fi
49
cat <<EOF >> designer-demo/env/.env.alpha
50
# ---- appended by CI (gh-pages) ----
0 commit comments