mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-18 11:32:29 -05:00
fix: added ROOT_URL to ci-cd
This commit is contained in:
parent
7ea1accab5
commit
57e461be5f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-cd.yml
vendored
1
.github/workflows/ci-cd.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# webpack.config.js uses these with `DefinePlugin`
|
# webpack.config.js uses these with `DefinePlugin`
|
||||||
API_HOST: ${{ secrets.API_HOST }}
|
API_HOST: ${{ secrets.API_HOST }}
|
||||||
|
ROOT_URL: ${{ secrets.ROOT_URL }}
|
||||||
RECAPTCHA_SITE_KEY: ${{ secrets.RECAPTCHA_SITE_KEY }}
|
RECAPTCHA_SITE_KEY: ${{ secrets.RECAPTCHA_SITE_KEY }}
|
||||||
ASSET_HOST: ${{ secrets.ASSET_HOST }}
|
ASSET_HOST: ${{ secrets.ASSET_HOST }}
|
||||||
BACKPACK_HOST: ${{ secrets.BACKPACK_HOST }}
|
BACKPACK_HOST: ${{ secrets.BACKPACK_HOST }}
|
||||||
|
|
Loading…
Reference in a new issue