Skip to content

Commit a0b2c50

Browse files
authored
Merge pull request #5 from internxt/fix-env-variable
[-]:hotfix/run environment variable name update
2 parents d7f185f + f70c2c6 commit a0b2c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout repo
1616
uses: actions/checkout@v4
17-
- run: echo AI_SERVER_URL=${{ secrets.AI_SERVER_URL }} >> ./.env
17+
- run: echo VITE_AI_SERVER_URL=${{ secrets.AI_SERVER_URL }} >> ./.env
1818

1919
# Setup node
2020
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)