Compare commits
1 Commits
5e5be31303
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03a801ba7e |
@@ -41,8 +41,8 @@ const wo = (global.wo = {
|
|||||||
'Destination folder to deploy on the target.'
|
'Destination folder to deploy on the target.'
|
||||||
],
|
],
|
||||||
|
|
||||||
['repo', '-r, --repo <repo>', 'git repo address.'],
|
['repo', '-r, --repo <repo>', 'git repository address.'],
|
||||||
['branch', '-b, --branch <branch>', 'git repo branch.'],
|
['branch', '-b, --branch <branch>', 'git repository branch.'],
|
||||||
['gitname', '-n, --gitname <gitname>', 'git user name.'],
|
['gitname', '-n, --gitname <gitname>', 'git user name.'],
|
||||||
['gitemail', '-m, --gitemail <gitemail>', 'git user email.'],
|
['gitemail', '-m, --gitemail <gitemail>', 'git user email.'],
|
||||||
|
|
||||||
|
|||||||
@@ -8,12 +8,12 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.faronear.org/npm/wo-base-deployer"
|
"url": "https://git.tic.cc/open/wo-base-deployer"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
|
"wo-base-envar": "git+https://git.tic.cc/open/wo-base-envar",
|
||||||
"bluebird": "^3.5.5",
|
"bluebird": "^3.5.5",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"hexo-fs": "^3.1.0",
|
"hexo-fs": "^3.1.0",
|
||||||
|
|||||||
@@ -22,6 +22,12 @@
|
|||||||
*.nosf/
|
*.nosf/
|
||||||
*.nosf.*/
|
*.nosf.*/
|
||||||
|
|
||||||
|
## everything 'git pull or fetch' will update `.git/FETCH_HEAD`, even if the content doesn't change. To avoid too many useless updates of this file in Seafile history:
|
||||||
|
FETCH_HEAD
|
||||||
|
*/FETCH_HEAD
|
||||||
|
|
||||||
|
.Trash/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/.DS_Store
|
*/.DS_Store
|
||||||
|
|
||||||
@@ -48,12 +54,18 @@ _desktop.ini
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
*/package-lock.json
|
||||||
|
|
||||||
pages4loader.json5
|
pages4loader.json5
|
||||||
|
*/pages4loader.json5
|
||||||
|
|
||||||
.deploy_git/
|
.deploy_git/
|
||||||
*/.deploy_git/
|
*/.deploy_git/
|
||||||
|
|
||||||
|
# next.js 项目
|
||||||
|
.next/
|
||||||
|
*/.next/
|
||||||
|
|
||||||
# HBuilder 目录
|
# HBuilder 目录
|
||||||
unpackage/
|
unpackage/
|
||||||
*/unpackage/
|
*/unpackage/
|
||||||
|
|||||||
Reference in New Issue
Block a user