From 391f3a7b61a1782bd1d283ee9cdef6889068d1bd Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 31 Mar 2020 08:33:25 +0800 Subject: [PATCH] =?UTF-8?q?deploy=E5=88=B0ssh=E6=97=B6=EF=BC=8C=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=88=90=E5=8A=9F=E5=90=8E=E5=8D=B4=E4=BC=9A=E6=8A=9B?= =?UTF-8?q?=E5=87=BA=E5=BC=82=E5=B8=B8=EF=BC=8C=E6=B7=BB=E5=8A=A0=20proces?= =?UTF-8?q?s.exit()=20=E6=9D=A5=E8=A7=A3=E5=86=B3=E4=B9=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.js b/deploy.js index 68cf3e3..db6e93a 100644 --- a/deploy.js +++ b/deploy.js @@ -174,6 +174,7 @@ function deployToSsh(connection){ process.exit(1) } else { console.log('[ Uploaded successfully! ]') + process.exit() } }).catch(err => { console.error(err)