Skip to content

Commit

Permalink
Merge pull request #3005 from Eskimon/fix-deployement
Browse files Browse the repository at this point in the history
Règle quelques soucis du script de déploiement
  • Loading branch information
SpaceFox committed Sep 28, 2015
2 parents 25cb2a1 + be7b17f commit 9bdf3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ git checkout -b $1

# Update application data
source ../bin/activate
pip install --upgrade --use-mirrors -r requirements.txt
pip install --upgrade -r requirements.txt
python manage.py migrate
python manage.py compilemessages
# Collect all staticfiles from dist/ and python packages to static/
Expand Down

0 comments on commit 9bdf3c9

Please sign in to comment.