deploy-js
v0.0.3
Published
Deploy JS applications with a single command
Downloads
6
Readme
DeployJS
Deploy JS applications with a single command. Based on ember-cli-deploy.
How to use
npm install -g deploy-js
- cherry-pick your plugins fitting to your deployment situation (S3, Azure) from http://ember-cli-deploy.com/plugins/
- on your project use
npm install deployjs-angular-build
for your Angular 2+ environment,npm install deployjs-grunt-build
for your grunt-based asset compilation ornpm install deployjs-react-build
to get your React app build and deployed. - create
config/deploy.js
containing your deployment configuration, as described in http://ember-cli-deploy.com/docs/v1.0.x/configuration/ - run
deployjs deploy
to deploy your latest project,deployjs list
to view all active deployment anddeployjs activate --revision <hash>
to activate a revision.