Skip to content

Commit

Permalink
fix: app env
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito authored Jan 3, 2024
1 parent 31ec7ad commit 90b1134
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90b1134

Please sign in to comment.