0.13.1 • Published 8 years ago
webpack-deploy v0.13.1
Webpack deploy utilities
Collection of useful utilities for deploying (not only) Webpack apps
Installation
cd $YOUR_PROJECT
npm install --save-dev productboard/webpack-deployConfiguration
Copy deploy-config-example.js and secrets-example.js into the root of your
project and fit them to your needs.
Also make sure you have ./node_modules/.bin in your $PATH.
Use
Build your Webpack project and run deploy [environment].
The script will automatically detect the build hash from build.log.
Commands
deployBatch command for quick deployment.deploy-s3AWS S3 asset upload of build files.deploy-redisRedis deployment of revision index html file.activate-revRedis activation of deployed revision.list-revsList of deployed revisions with meta information.rollbar-source-mapRollbar source map upload.slack-notifySlack channel notifier.git-deploy-tagGit tag creation and push to remote.
Other
Why Bash with Gulp?
Gulp is great for building, Bash for running tasks.
TODO
- reupload/rewrite source map upload to fix activation of feature branches
- build sample app in monolithic repo
- forbid rev redeploy; force with --force
- add example ala https://github.com/FormidableLabs/webpack-stats-plugin
- list deployed feature branches
- init: config copy
- github PR deploy notification: https://developer.github.com/changes/2014-01-09-preview-the-new-deployments-api/
- rollbar deploy notification: https://rollbar.com/docs/deploys_bash/
- optional deploy message (for slack)
- list commits in slack message
- provide reference backend code snippet
- notification center updates
- friendlier error messages "Did you forget to ...?"
- abstract slack notifs into utils
- disallow activation of feature branches?
- get rid of the callback hell
- deploy tags don't work well with feature branches, they keep overwriting
- integrate new deploy info command
License
MIT
0.13.1
8 years ago
0.13.0
9 years ago
0.12.0
9 years ago
0.11.4
9 years ago
0.11.3
9 years ago
0.11.2
9 years ago
0.11.1
9 years ago
0.11.0
9 years ago
0.10.4
10 years ago
0.10.3
10 years ago
0.10.2
10 years ago
0.10.1
10 years ago
0.10.0
10 years ago
0.9.4
10 years ago
0.9.3
10 years ago
0.9.2
10 years ago
0.9.1
10 years ago
0.9.0
10 years ago
0.8.0
10 years ago
0.7.0
10 years ago
0.5.1
10 years ago
0.5.0
10 years ago