generate-autodeploy
v1.0.3
Published
Poll git for code changes
Downloads
5
Readme
AutoDeploy
This script automatically polls git (it keeps running "git pull") and if it found new code it will run yarn install followed by pm2 reload pm2.config.js --update-env

Getting Started
- If you don't want to install the package locally
npx generate-autodeploy
- If you want to install it globally
npm generate-autodeploy --global||yarn global add generate-autodeploy
