There was an error while loading. Please reload this page.
1 parent 382e45a commit 3785f33Copy full SHA for 3785f33
1 file changed
.github/workflows/deploy-gh-pages.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: add environment variable
43
run: |
44
ENV=${{ github.event.inputs.environment || 'alpha' }}
45
- VITE_ORIGIN_URL="https://agent-alpha.opentiny.design/"
+ VITE_ORIGIN_URL="https://agent.bytedev.site/"
46
if [ "$ENV" = "production" ]; then
47
VITE_ORIGIN_URL="https://agent.opentiny.design/"
48
fi
0 commit comments