Skip to content

Commit

Permalink
Get changes pulled from master branch explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Janis Lesinskis committed Mar 3, 2016
1 parent 3790d7c commit ac5df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def deploy_to_live():
os.chdir('/home/janis/footbagsite/www_footbag_info/')
compile_scss()
run('git checkout master')
run('git pull /home/janis/footbagsite/dev-site/')
run('git pull /home/janis/footbagsite/dev-site/ master')
run('python manage.py migrate footbagmoves')
os.chdir(pwd)

0 comments on commit ac5df64

Please sign in to comment.