We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e053e commit da7f614Copy full SHA for da7f614
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="hhttps://agent.bytedev.site/"
46
if [ "$ENV" = "production" ]; then
47
VITE_ORIGIN_URL="https://agent.opentiny.design/"
48
fi
0 commit comments