Skip to content

Commit

Permalink
Fix deploy target;
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Oct 16, 2013
1 parent ed86045 commit a5bab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def process_args():
.exe(lambda a: ssh(
'cd /home/pusto/src'
'&& git fetch origin' +
'&& git checkout {target}'.format(a.target) +
'&& git checkout {}'.format(a.target) +
'&& source $(cat .venv)/bin/activate' +
('&& virtualenv --clear $(echo $VIRTUAL_ENV)' if a.clear else '') +
'&& ./bootstrap'
Expand Down

0 comments on commit a5bab8b

Please sign in to comment.