set REACT_APP_STORAGE for github deploy

This commit is contained in:
2022-07-31 23:15:52 +08:00
parent ed176c6a71
commit 11b25cea5f

View File

@@ -27,5 +27,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
REACT_APP_BACKEND: "https://api.hole-thu-qwertyuiop.xyz/" REACT_APP_BACKEND: "https://api.hole-thu-qwertyuiop.xyz/"
REACT_APP_STORAGE: "https://file.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 }}"