Skip to content

Commit

Permalink
Issue #5: Corrections suite retours
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceFox committed Jul 29, 2014
1 parent 83679cb commit 490ad37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/deploy.sh
Expand Up @@ -3,6 +3,10 @@
# Zeste de Savoir deployment script
#
# Deploys specified version of Zeste de Savoir
#
# Usage:
# - This script must be run by zds user
# - This script has exactly 1 parameter: the tag name to deploy

if [ "$(whoami)" != "zds" ]; then
echo "This script must be run by zds user" >&2
Expand All @@ -28,7 +32,7 @@ gulp pack

# Update application data
source ../bin/activate
pip install --upgrade -r requirements.txt
pip install --upgrade --use-mirrors -r requirements.txt
python manage.py migrate
deactivate

Expand Down

0 comments on commit 490ad37

Please sign in to comment.