Skip to content

Commit

Permalink
config: update preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Oct 15, 2024
1 parent 7705921 commit b1be9cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
SENTRY_DSN: https://[email protected]/6588620
AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
AUTH0_CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
GIFT_APP_API_BASE: ${{ secrets.GIFT_APP_API_BASE }}
GIFT_APP_API_BASE: ${{ secrets.GIFT_APP_PREVIEW_API_BASE }}
OSSINSIGHT_PREVIEW: true
TIDBCLOUD_HOST: staging.tidbcloud.com
TIDBCLOUD_HOST: dev.tidbcloud.com
run: npm run build
- name: Deploy to ossinsight.surge.sh 🚀
uses: afc163/surge-preview@v1
Expand All @@ -66,4 +66,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
teardown: true
build: echo 'Deployed to surge'
dist: './web/build'
dist: './web/build'

0 comments on commit b1be9cf

Please sign in to comment.