missing env vars

This commit is contained in:
Brord van Wierst 2024-01-23 02:07:27 +01:00
parent 8f718fbb2b
commit 1126860ab1
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

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