From 72c37e11c3f3e2957fd2ea7aff426a4aeb906440 Mon Sep 17 00:00:00 2001 From: mryanshenghong Date: Tue, 3 Oct 2023 20:00:15 -0400 Subject: [PATCH] chore: update env vars --- .env.production | 4 ++-- .github/workflows/deployment.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 0a63d1b..38998d5 100644 --- a/.env.production +++ b/.env.production @@ -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" diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 704eb38..8f55e1f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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