5 Commits

Author SHA1 Message Date
3f9d519753 Added Dummy deploy script for people with a 'git pp' alias
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.
2016-08-30 14:37:36 +02:00
2c5dc34ea2 Introducing Pillar Framework
Refactor of pillar-server and pillar-web into a single python package. This
simplifies the overall architecture of pillar applications.

Special thanks @sybren and @venomgfx
2016-08-19 09:19:06 +02:00
fbf7dd9596 deploy.sh: swapped restart & notification of Bugsnag 2016-07-27 11:58:02 +02:00
5c6263dd3d deploy.sh: update the virtualenv 2016-07-20 15:49:38 +02:00
3ddfbddf1a Added deploy.sh script, which performs an automated deploy on production. 2016-07-19 12:15:20 +02:00