Skip to content

Commit

Permalink
Add 'git fetch' to deploy target;
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Oct 10, 2013
1 parent caed4bb commit a9c019e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def sub(name, **kw):
)\
.exe(lambda a: ssh(
'cd /home/pusto/src'
'&& git fetch origin'
'&& git checkout {target}'
'&& source $(cat .venv)/bin/activate'
'&& ./manage.py bootstrap'
Expand Down

0 comments on commit a9c019e

Please sign in to comment.