Skip to content

Commit fb8b670

Browse files
committed
Add env variable
1 parent 2bc7562 commit fb8b670

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16+
env:
17+
VITE_API_URL: https://dalestudy-chat-backend.fly.dev
1618
defaults:
1719
run:
1820
working-directory: ./frontend

0 commit comments

Comments
 (0)