From d51d043c38cf303d5535a653e6ec79f723f1c70e Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:00:58 +0800 Subject: [PATCH] update build script --- start_production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_production.json b/start_production.json index f103f3b..fe4ced9 100644 --- a/start_production.json +++ b/start_production.json @@ -4,7 +4,7 @@ "name": "task:release", "script": "npm", "args": "run prod:api", - "cwd": "/data/apps/task-svr", + "cwd": "/data/apps/activity-202404", "max_memory_restart": "1024M", "log_date_format": "YYYY-MM-DD HH:mm Z", "watch": false,