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

This commit is contained in:
Frank John Begornia
2025-12-23 02:27:31 +08:00
parent aa937452ef
commit 82ad68a4d2
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Deploy Development (dev.ss-tool.crewsportswear.app)
name: Deploy Development (dev.ss-tools.crewsportswear.app)
on:
push:
@@ -84,7 +84,7 @@ jobs:
HOST=0.0.0.0
USE_SSL=false
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_HEIGHT=1100
WAIT_TIME=10000

View File

@@ -1,4 +1,4 @@
name: Deploy Production (ss-tool.crewsportswear.app)
name: Deploy Production (ss-tools.crewsportswear.app)
on:
push:
@@ -84,7 +84,7 @@ jobs:
HOST=0.0.0.0
USE_SSL=false
OUTPUT_DIR=/var/www/html/images/
BASE_URL=https://ss-tool.crewsportswear.app/
BASE_URL=https://ss-tools.crewsportswear.app/
VIEWPORT_WIDTH=1366
VIEWPORT_HEIGHT=1100
WAIT_TIME=10000