From dc6fc393cd05bb6bcd36bdf7012809cc76246e95 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Tue, 17 May 2022 22:38:29 +0800 Subject: [PATCH] update backend address --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e538e7a..3bdcd75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - REACT_APP_BACKEND: "https://t-hole.red/" + REACT_APP_BACKEND: "https://api.t-hole.red/" REACT_APP_BUILD_INFO: version-${{steps.date.outputs.date}} COMMIT_MESSAGE: "Build for: ${{ github.event.head_commit.message }}"