Skip to content

Commit

Permalink
fix: added ROOT_URL to ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavDionisiev committed Dec 5, 2024
1 parent 7ea1acc commit 57e461b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
env:
# webpack.config.js uses these with `DefinePlugin`
API_HOST: ${{ secrets.API_HOST }}
ROOT_URL: ${{ secrets.ROOT_URL }}
RECAPTCHA_SITE_KEY: ${{ secrets.RECAPTCHA_SITE_KEY }}
ASSET_HOST: ${{ secrets.ASSET_HOST }}
BACKPACK_HOST: ${{ secrets.BACKPACK_HOST }}
Expand Down

0 comments on commit 57e461b

Please sign in to comment.