From 4499e11603540301271e1e5bcd1dc6d8e3fd0202 Mon Sep 17 00:00:00 2001 From: liquidrinu Date: Thu, 22 May 2025 13:46:23 +0200 Subject: [PATCH] added frontend base api url --- .gitea/workflows/deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d966540..57aabd5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -31,6 +31,11 @@ jobs: cache-from: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache cache-to: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache,mode=max + - name: Create .env file + run: | + echo "VITE_API_BASE_URL=/api" > ./frontend/.env + # This only affects the CI/CD build, not your local dev .env + - name: Build and Push Frontend uses: docker/build-push-action@v4 with: