chore: test to fix upload of env overrides (#2800)
This commit is contained in:
parent
ebf4224cba
commit
0ff5c9fcc0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -48,6 +48,8 @@ jobs:
|
|||
echo "$WEB_APP_ENV" >> public/.env
|
||||
cp public/.env public/assets/.env
|
||||
touch public/assets/envs.json
|
||||
echo "Test Environment File"
|
||||
echo "$ENV_OVERRIDES"
|
||||
echo "$ENV_OVERRIDES" >> public/assets/envs.json
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue