Skip to content

Latest commit

 

History

History
executable file
·
28 lines (13 loc) · 712 Bytes

File metadata and controls

executable file
·
28 lines (13 loc) · 712 Bytes

Deploying

Evoluttree uses shipitjs as deploy tool.

If want to deploy evoluttree to somewhere else, just copy shipitfile.js.DIST as shipitfile.js, customize it for yor configuration. You must have git installed in your environment.

Be sure you have made the distribution folder

npm run make:dist

and then deploy your application you can use commands like

npm run deploy:development (for a development server)

npm run deploy:staging (for a staging server)

npm run deploy:production (for a production server)

and so on.

TODO

Embed make:dist task into the deploy task. Any help is highly appreciated :)