-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Brain dump of ideas
- webhook looks out for new tags
- new tag = git pull
- git clone jsbinrepo into
/WWW/deploy(at specific tag) - runs npm install to update any package.json changes
- run grunt build
- if all exits okay then...
- renames
/WWW/jsbinto/WWW/jsbin-old - renames
/WWW/deployto/WWW/jsbin - restarts jsbin service
- restart email gets a subject (that can also be defined by the user via the cli)
Note that sudo may be required for some/all of this.
Should email/IRC a report back.