You've already forked reloading-manager
I had a cup of tea and now it's fixed
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
VITE_API=https://reloading.internal.siteworxpro.com
|
VITE_API=https://reloading-manager.internal.siteworxpro.com
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
file: ./frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ data:
|
|||||||
DB_DATABASE: "loading"
|
DB_DATABASE: "loading"
|
||||||
DB_USER: "loading"
|
DB_USER: "loading"
|
||||||
DB_PASSWORD: "loading"
|
DB_PASSWORD: "loading"
|
||||||
CORS_ORIGIN: "https://reloading.internal.siteworxpro.com"
|
CORS_ORIGIN: "https://reloading-manager.internal.siteworxpro.com"
|
||||||
Reference in New Issue
Block a user