Skip to content
 
 

Latest commit

 

History

216 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shipit-better-deploy

Fork from shipitjs/shipit-deploy

Upgrade for large project deploy.

In the original function, provide incremental updates. The workspace folder will not be deleted, it will always exist as a cache, and the file will be synchronized with the remote.

Install

npm i -D shipit-better-deploy

How to use

module.exports = function(shipit) {
  require("shipit-better-deploy")(shipit);
  // same code
  shipit.initConfig({
    default: {
      pullDataDeploy: true // default is `false`
    }
  });
};

Tips

If you have used shipit-deploy before, you need to delete the workspace folder first, only to be slow for the first time.

You need not remove the old folder after 0.0.6.

have fun, enjoy the fast deploy.

About

Set of deployment tasks for Shipit based on git and rsync commands. [upgrade for large project deploy]

Resources

Stars

0 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages