From 6d699a2c742565100465f0727631d003284741c3 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 5 Sep 2021 14:05:11 +0800 Subject: [PATCH] set default fromPath from ./dist to ./webroot --- deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.js b/deploy.js index 1358685..1ac8bfb 100644 --- a/deploy.js +++ b/deploy.js @@ -9,7 +9,7 @@ const deepmerge = require('deepmerge') const wo = (global.wo = { envi: { deploy: { - fromPath: './dist', + fromPath: './webroot', gotoTarget: 'github', vultr: { @@ -17,7 +17,7 @@ const wo = (global.wo = { host: undefined, port: 22, targetPath: undefined, - targetDir: 'dist', + targetDir: 'webroot', user: undefined, password: undefined, key: `${process.env.HOME}/.ssh/id_rsa`,