Commit Graph

11 Commits

Author SHA1 Message Date
c381b45bfc deploy.sh: actually return & use the module path 2017-01-12 16:56:06 +01:00
0b6584e5b1 deploy.sh: assigning function param to named variable 2017-01-12 16:55:40 +01:00
Dalai Felinto
a488ff4176 Use Flamenco module 2016-11-06 18:58:51 +01:00
db7472a54e Added Attract to our deploy script 2016-09-29 17:59:33 +02:00
abd458c599 deploy.sh: disabled updating the virtualenv.
The new docker image doesn't have enough packages to rebuild binary
modules. This should be handled by the docker build scripts, and thus
we can't just upgrade the virtualenv from within the docker image.
2016-08-30 13:58:00 +02:00
cd07e5c708 Clear redis cache after server restart, not before. 2016-08-26 15:59:12 +02:00
4267f313ab Refuse deploy early when Pillar can't be found or isn't on production
Without this, it will only block the deploy mid-way when we try to
rsync_ui. Now it just stops early before doing anything server-side.
2016-08-26 14:33:22 +02:00
5864654244 Use apache2ctl instead of kill -HUP 2016-08-23 14:57:55 +02:00
e335aa5306 Delete cached front page from Redis when deploying 2016-08-23 14:51:57 +02:00
1f230a84e4 Do rsync_ui in deploy.sh 2016-08-23 12:50:53 +02:00
2039e4b87c Added deploy.sh script.
This script does NOT run rsync_ui.sh yet. Once we've decided where
to put the images, this behaviour can be changed.
2016-08-23 12:37:29 +02:00