Deploy JS applications with a single command. Based on ember-cli-deploy.
npm install -g @deployjs/cli
npm install @deployjs/angular-build
for your Angular 2+ environment, npm install @deployjs/grunt-build
for your grunt-based asset compilation or npm install @deployjs/react-build
to get your React app build and deployed.config/deploy.js
containing your deployment configuration, as described in http://ember-cli-deploy.com/docs/v1.0.x/configuration/deployjs deploy
to deploy your latest project, deployjs list
to view all active deployment and deployjs activate --revision <hash>
to activate a revision.