added frontend base api url
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m14s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m14s
This commit is contained in:
parent
c69cd4768c
commit
4499e11603
@ -31,6 +31,11 @@ jobs:
|
|||||||
cache-from: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache
|
cache-from: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache
|
||||||
cache-to: type=registry,ref=registry.liquidrinu.com/fusero-backend:buildcache,mode=max
|
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
|
- name: Build and Push Frontend
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user