diff --git a/.env.production b/.env.production index 4e5b51c..d9011dc 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -VITE_SSO_ORIGIN=https://sso.1f349.net +VITE_SSO_ORIGIN=https://sso.1f349.com -VITE_API_VIOLET=https://api.1f349.net/v1/violet -VITE_API_ORCHID=https://api.1f349.net/v1/orchid +VITE_API_VIOLET=https://api.1f349.com/v1/violet +VITE_API_ORCHID=https://api.1f349.com/v1/orchid diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09fb809..595a734 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,4 +22,4 @@ jobs: run: tar -czvf upload.tar.gz -C ./dist . - name: Release - run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=admin.1f349.net&branch=${{ github.ref_name }}"' + run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.com/u?site=admin.1f349.com&branch=${{ github.ref_name }}"' diff --git a/index.html b/index.html index d6b489c..f938dff 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@