Update BASE_URL in environment configurations for consistency across services
All checks were successful
Deploy Production (ss-tools.crewsportswear.app) / deploy (push) Successful in 56s
All checks were successful
Deploy Production (ss-tools.crewsportswear.app) / deploy (push) Successful in 56s
This commit is contained in:
@@ -13,7 +13,7 @@ USE_SSL=false
|
|||||||
|
|
||||||
# Screenshot Configuration
|
# Screenshot Configuration
|
||||||
OUTPUT_DIR=/var/www/html/images/
|
OUTPUT_DIR=/var/www/html/images/
|
||||||
BASE_URL=https://crewsportswear.app:5955/
|
BASE_URL=https://ss-tools.crewsportswear.app/
|
||||||
VIEWPORT_WIDTH=1366
|
VIEWPORT_WIDTH=1366
|
||||||
VIEWPORT_HEIGHT=1100
|
VIEWPORT_HEIGHT=1100
|
||||||
WAIT_TIME=10000
|
WAIT_TIME=10000
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Deploy Development (dev.ss-tool.crewsportswear.app)
|
name: Deploy Development (dev.ss-tools.crewsportswear.app)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
USE_SSL=false
|
USE_SSL=false
|
||||||
OUTPUT_DIR=/var/www/html/images/
|
OUTPUT_DIR=/var/www/html/images/
|
||||||
BASE_URL=https://dev.ss-tool.crewsportswear.app/
|
BASE_URL=https://dev.ss-tools.crewsportswear.app/
|
||||||
VIEWPORT_WIDTH=1366
|
VIEWPORT_WIDTH=1366
|
||||||
VIEWPORT_HEIGHT=1100
|
VIEWPORT_HEIGHT=1100
|
||||||
WAIT_TIME=10000
|
WAIT_TIME=10000
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Deploy Production (ss-tool.crewsportswear.app)
|
name: Deploy Production (ss-tools.crewsportswear.app)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
HOST=0.0.0.0
|
HOST=0.0.0.0
|
||||||
USE_SSL=false
|
USE_SSL=false
|
||||||
OUTPUT_DIR=/var/www/html/images/
|
OUTPUT_DIR=/var/www/html/images/
|
||||||
BASE_URL=https://ss-tool.crewsportswear.app/
|
BASE_URL=https://ss-tools.crewsportswear.app/
|
||||||
VIEWPORT_WIDTH=1366
|
VIEWPORT_WIDTH=1366
|
||||||
VIEWPORT_HEIGHT=1100
|
VIEWPORT_HEIGHT=1100
|
||||||
WAIT_TIME=10000
|
WAIT_TIME=10000
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
- HOST=0.0.0.0
|
- HOST=0.0.0.0
|
||||||
- USE_SSL=false
|
- USE_SSL=false
|
||||||
- OUTPUT_DIR=/var/www/html/images/
|
- OUTPUT_DIR=/var/www/html/images/
|
||||||
- BASE_URL=https://ss-tool.crewsportswear.app/
|
- BASE_URL=https://ss-tools.crewsportswear.app/
|
||||||
- VIEWPORT_WIDTH=1366
|
- VIEWPORT_WIDTH=1366
|
||||||
- VIEWPORT_HEIGHT=1100
|
- VIEWPORT_HEIGHT=1100
|
||||||
- WAIT_TIME=10000
|
- WAIT_TIME=10000
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
# HTTP Router
|
# HTTP Router
|
||||||
- "traefik.http.routers.screenshot-service.rule=Host(`ss-tool.crewsportswear.app`)"
|
- "traefik.http.routers.screenshot-service.rule=Host(`ss-tools.crewsportswear.app`)"
|
||||||
- "traefik.http.routers.screenshot-service.entrypoints=websecure"
|
- "traefik.http.routers.screenshot-service.entrypoints=websecure"
|
||||||
- "traefik.http.routers.screenshot-service.tls=true"
|
- "traefik.http.routers.screenshot-service.tls=true"
|
||||||
- "traefik.http.routers.screenshot-service.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.screenshot-service.tls.certresolver=letsencrypt"
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
- "traefik.http.services.screenshot-service.loadbalancer.server.port=5955"
|
- "traefik.http.services.screenshot-service.loadbalancer.server.port=5955"
|
||||||
|
|
||||||
# HTTP to HTTPS redirect
|
# HTTP to HTTPS redirect
|
||||||
- "traefik.http.routers.screenshot-service-http.rule=Host(`ss-tool.crewsportswear.app`)"
|
- "traefik.http.routers.screenshot-service-http.rule=Host(`ss-tools.crewsportswear.app`)"
|
||||||
- "traefik.http.routers.screenshot-service-http.entrypoints=web"
|
- "traefik.http.routers.screenshot-service-http.entrypoints=web"
|
||||||
- "traefik.http.routers.screenshot-service-http.middlewares=https-redirect"
|
- "traefik.http.routers.screenshot-service-http.middlewares=https-redirect"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user