Skip to content

Commit 4540d11

Browse files
committed
update deploy script
1 parent 487ff7f commit 4540d11

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --no-experimental-strip-types\" pnpm exec playwright test --config=playwright.config.ts",
2222
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts",
2323
"deploy": "bash scripts/deploy.sh",
24-
"deploy-to-dev": "bash scripts/deploy-to-dev.sh"
24+
"deploy-dev": "bash scripts/deploy-dev.sh"
2525
},
2626
"dependencies": {
2727
"@aws-sdk/client-sesv2": "^3.962.0",

scripts/deploy.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROJECT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
66
cd "$PROJECT_DIR"
77

88
# 定义文件路径变量
9-
COMPOSE_FILE="docker/docker-compose.prod.yml"
9+
COMPOSE_FILE="docker-compose.prod.yml"
1010

1111
echo "🚀 Starting deployment..."
1212

0 commit comments

Comments
 (0)