deploy fixes?
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 36s
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 36s
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
STACK_NAME: wtp-prod
|
STACK_NAME: wtp-prod
|
||||||
DOT_ENV: ${{ secrets.PROD_ENV }}
|
DOT_ENV: ${{ secrets.PROD_ENV }}
|
||||||
PORTAINER_TOKEN: ${{ secrets.PORTAINER_TOKEN }}
|
PORTAINER_TOKEN: ${{ vars.PORTAINER_TOKEN }}
|
||||||
PORTAINER_API_URL: https://portainer.dev.nervesocket.com/api
|
PORTAINER_API_URL: https://portainer.dev.nervesocket.com/api
|
||||||
ENDPOINT_NAME: "mini" #sometimes "primary"
|
ENDPOINT_NAME: "mini" #sometimes "primary"
|
||||||
IMAGE_TAG: "reg.dev.nervesocket.com/wtp-prod:release"
|
IMAGE_TAG: "reg.dev.nervesocket.com/wtp-prod:release"
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ if (frontendExists) {
|
|||||||
app.get('*', (req, res) => {
|
app.get('*', (req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
message: "What's The Point API - Frontend running separately",
|
message: "What's The Point API - Frontend running separately",
|
||||||
frontend: "http://192.168.1.70:5173"
|
frontend: "http://192.168.1.175:5173"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ services:
|
|||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
VITE_API_URL: http://192.168.1.70:4000/api
|
VITE_API_URL: http://192.168.1.175:4000/api
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user