Skip to content

Commit 5ea1d70

Browse files
authored
Set VITE_API_URL in GitHub Actions deploy workflow
Added environment variable for VITE_API_URL in deploy workflow.
1 parent ad14d4b commit 5ea1d70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run:
2626
working-directory: 05-heroes-app
2727

28+
env:
29+
VITE_API_URL: ${{ vars.VITE_API_URL }}
30+
2831
steps:
2932
- name: Checkout
3033
uses: actions/checkout@v4

0 commit comments

Comments
 (0)