update backend address

This commit is contained in:
2022-06-01 21:38:52 +08:00
parent 9909f1a1c1
commit 30225b0476

View File

@@ -26,6 +26,6 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
REACT_APP_BACKEND: "https://api.t-hole.red/" REACT_APP_BACKEND: "https://api.hole-thu-qwertyuiop.xyz/"
REACT_APP_BUILD_INFO: version-${{steps.date.outputs.date}} REACT_APP_BUILD_INFO: version-${{steps.date.outputs.date}}
COMMIT_MESSAGE: "Build for: ${{ github.event.head_commit.message }}" COMMIT_MESSAGE: "Build for: ${{ github.event.head_commit.message }}"