Fix environment file (#2801)
* chore: test to fix upload of env overrides * fix: add env variable name to env section
This commit is contained in:
parent
0ff5c9fcc0
commit
0a8ddae2ef
2 changed files with 3 additions and 1 deletions
3
.github/workflows/main_deploy.yaml
vendored
3
.github/workflows/main_deploy.yaml
vendored
|
|
@ -8,7 +8,8 @@ on:
|
|||
|
||||
env:
|
||||
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
|
||||
|
||||
ENV_OVERRIDES: ${{ vars.ENV_OVERRIDES }}
|
||||
|
||||
jobs:
|
||||
build_web:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
name: ${{ inputs.environment }}
|
||||
env:
|
||||
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
|
||||
ENV_OVERRIDES: ${{ vars.ENV_OVERRIDES }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue