Merge pull request #8995 from scratchfoundation/fix/missing-env-variable

fix: added ROOT_URL to ci-cd
This commit is contained in:
Miroslav Dionisiev 2024-12-05 15:13:16 +02:00 committed by GitHub
commit 42c8322998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}