From 8183ae1e6877eb8ea67fe192c6dbc17b0baf5134 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 30 Jan 2025 14:33:54 +0100 Subject: [PATCH] update deploy script --- scripts/dashboard/deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dashboard/deploy.ts b/scripts/dashboard/deploy.ts index f81cce1..f48b908 100644 --- a/scripts/dashboard/deploy.ts +++ b/scripts/dashboard/deploy.ts @@ -30,9 +30,9 @@ async function main() { console.log('Creating zip file'); const archive = createZip(TMP_PATH + '/' + ZIP_NAME); archive.directory(LOCAL_PATH + '/.output', '/.output'); + archive.file(LOCAL_PATH + '/ecosystem.config.js', { name: '/ecosystem.config.js' }) - // archive.file(LOCAL_PATH + '/.env', { name: '/.env' }); await archive.finalize(); await DeployHelper.connect();