Skip to content

Commit 4e2c843

Browse files
authored
Merge pull request #9 from DaleStudy/api-url
2 parents 256b1ea + fb3804f commit 4e2c843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ permissions:
1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16+
environment: github-pages
1617
env:
17-
VITE_API_URL: https://dalestudy-chat-backend.fly.dev
18+
VITE_API_URL: ${{ vars.VITE_API_URL }}
1819
defaults:
1920
run:
2021
working-directory: ./frontend

0 commit comments

Comments
 (0)