For people with a 'git pp' alias to push to production. This are the aliases I use to push & deploy changes to production: prod = "!git checkout production && git fetch origin production && gitk --all" ff = "merge --ff-only" pp = "!git push && if [ -e deploy.sh ]; then ./deploy.sh; fi && git checkout master" Those are handy to make branch switches easy, and to ensure that you don't accidentally continue work on the production branch after deploying.
Pillar
This is the latest iteration on the Attract project. We are building a unified framework called Pillar. Pillar will combine Blender Cloud and Attract. You can see Pillar in action on the Blender Cloud.
Description
Languages
Python
65.7%
JavaScript
12.5%
Sass
11.8%
Pug
7.9%
CSS
1.7%
Other
0.4%