diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a267b7c19e..1770f23fff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,9 @@ jobs: ${{ (github.ref == 'refs/heads/main') && 'production' || (github.ref == 'refs/heads/develop') && 'test' || (github.ref == 'refs/heads/beta') && 'beta' }} + env: + ILLA_APP_ENV: ${{ vars.ILLA_APP_ENV }} + steps: - uses: actions/checkout@v3