missing env vars
This commit is contained in:
parent
8f718fbb2b
commit
1126860ab1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -168,6 +168,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build_web
|
||||
environment: production
|
||||
env:
|
||||
WEBAPP_S3_BUCKET: ${{ vars.WEBAPP_S3_BUCKET }}
|
||||
CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download web
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue