Skip to content

Commit b8d8a2c

Browse files
committed
Update project configuration and enhance path handling
- Change PROJECT_ID and SERVICE_NAME in deployment scripts to reflect the correct project settings. - Add path normalization methods in gitNativeProvider and universeBackend to ensure consistent path handling. - Update directory listing and file operations to utilize normalized paths for improved reliability.
1 parent d0642e3 commit b8d8a2c

5 files changed

Lines changed: 207 additions & 57 deletions

File tree

scripts/fast-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd "${REPO_ROOT}"
1313
# Start timing
1414
START_TIME=$(date +%s)
1515

16-
PROJECT_ID="your-project-id"
16+
PROJECT_ID="redstring-470201"
1717
SERVICE_NAME="redstring-test"
1818
REGION="us-central1"
1919
PORT="8080"

scripts/fast-deploy-prod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ BLUE='\033[0;34m'
2121
BOLD='\033[1m'
2222
NC='\033[0m' # No Color
2323

24-
PROJECT_ID="your-project-id"
25-
SERVICE_NAME="your-service-name"
24+
PROJECT_ID="redstring-470201"
25+
SERVICE_NAME="redstring-prod"
2626
REGION="us-central1"
2727
PORT="4000"
2828

scripts/fast-deploy-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BLUE='\033[0;34m'
2121
BOLD='\033[1m'
2222
NC='\033[0m' # No Color
2323

24-
PROJECT_ID="your-project-id"
24+
PROJECT_ID="redstring-470201"
2525
SERVICE_NAME="redstring-test"
2626
REGION="us-central1"
2727
PORT="4000"

0 commit comments

Comments
 (0)