Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into test-tidb-cloud-oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Oct 15, 2024
2 parents 15b6a66 + b1be9cf commit c31285b
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://ea6017f8ee534468b308a2a6c949895a@o226447.ingest.sentry.io/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 c31285b

Please sign in to comment.