Skip to content

Commit

Permalink
Merge pull request #28 from illacloud/CI/update_host
Browse files Browse the repository at this point in the history
fix: app env
  • Loading branch information
AruSeito authored Jan 3, 2024
2 parents 8387487 + 90b1134 commit 7e14d58
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 7e14d58

Please sign in to comment.