Skip to content

Commit

Permalink
updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallysavvy committed Mar 29, 2024
1 parent fbd6dee commit de40145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ concurrency:

# 👇 global env
env:
VITE_INTERNAL: true
VITE_AGORA_APP_ID: ${{env.VITE_AGORA_APP_ID}}
VITE_AGORA_APP_ID: ${{ vars.VITE_AGORA_APP_ID }}

jobs:
# Single deploy job since we're just deploying
Expand Down

0 comments on commit de40145

Please sign in to comment.