Skip to content

Commit ff0b003

Browse files
committed
fix:修改环境服务
1 parent 1238242 commit ff0b003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ENV=${{ github.event.inputs.environment || 'alpha' }}
4545
VITE_ORIGIN_URL="https://agent.bytedev.site/"
4646
if [ "$ENV" = "production" ]; then
47-
VITE_ORIGIN_URL="https://agent.opentiny.design/"
47+
VITE_ORIGIN_URL="https://agent.bytedev.site/"
4848
fi
4949
cat <<EOF >> designer-demo/env/.env.alpha
5050
# ---- appended by CI (gh-pages) ----

0 commit comments

Comments
 (0)