Skip to content

Commit

Permalink
chore: update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Oct 4, 2023
1 parent c275e6c commit 72c37e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NODE_ENV = 'production'
VITE_APP_TITLE = 'production'
VITE_APP_URL = "https://yanshenghong.com/blogapi/api"
VITE_APP_BASE = "https://yanshenghong.com"
VITE_APP_URL = "https://yanshenghong.top/blogapi/api"
VITE_APP_BASE = "https://yanshenghong.top"
VITE_APP_SENTRY_DSN = "https://15831ad310604e499e470c5a4e996af9@o4504130447736832.ingest.sentry.io/4504130451079168"
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
sentry-cli releases new "$VERSION"
sentry-cli releases set-commits --auto "$VERSION"
sentry-cli releases files "$VERSION" upload-sourcemaps ./dist --url-prefix='http://blog.yanshenghong.com/'
sentry-cli releases files "$VERSION" upload-sourcemaps ./dist --url-prefix='http://blog.yanshenghong.top/'
sentry-cli releases finalize "$VERSION"
- name: Remove sourcemaps
Expand Down

0 comments on commit 72c37e1

Please sign in to comment.