0.0.3 • Published 9 years ago
deploy-js v0.0.3
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-buildfor your Angular 2+ environment,npm install deployjs-grunt-buildfor your grunt-based asset compilation ornpm install deployjs-react-buildto get your React app build and deployed. - create
config/deploy.jscontaining your deployment configuration, as described in http://ember-cli-deploy.com/docs/v1.0.x/configuration/ - run
deployjs deployto deploy your latest project,deployjs listto view all active deployment anddeployjs activate --revision <hash>to activate a revision.