Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit d328b8a

Browse files
committed
env update
1 parent f15918d commit d328b8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,17 @@ jobs:
7777
cd frontend
7878
bun install
7979
80+
- name: Create .env file
81+
run: |
82+
cd frontend
83+
echo "NEXT_PUBLIC_SOCKET_URL=${{ env.NEXT_PUBLIC_SOCKET_URL }}" >> .env
84+
8085
- name: Build with Next.js
8186
run: |
8287
cd frontend
8388
bun run build
89+
env:
90+
NEXT_PUBLIC_SOCKET_URL: ${{ env.NEXT_PUBLIC_SOCKET_URL }}
8491

8592
- name: Upload artifact
8693
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)