Skip to content

Commit 4cdea45

Browse files
JoeMattclaude
andcommitted
fix: set NEXT_PUBLIC_BASE_URL=https://icube-app.com in deploy workflow
The env var was not being set during CI builds, causing the AltStore/ SideStore feed and download page to use the fallback URL. This ensures all absolute URLs in the static build point to the correct domain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d6dd258 commit 4cdea45

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
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Build with Next.js
4242
run: npm run build
43+
env:
44+
NEXT_PUBLIC_BASE_URL: https://icube-app.com
4345

4446
- name: Write build SHA
4547
run: echo "${{ github.sha }}" > ./out/build-sha.txt

0 commit comments

Comments
 (0)