Skip to content

Commit

Permalink
Merge pull request #60 from modilabs/master
Browse files Browse the repository at this point in the history
Up
  • Loading branch information
Peter Lubell-Doughtie committed Nov 3, 2013
2 parents 08dc4e4 + a3a82a7 commit 6214f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
@@ -1,7 +1,7 @@
Welcome to the *bamboo* documentation!
======================================

.. image:: https://raw.github.com/modilabs/bamboo/readme-cleanup/docs/images/bamboo_dev2013.png
.. image:: https://raw.github.com/modilabs/bamboo/master/docs/images/bamboo_dev2013.png
:height: 600
:width: 800

Expand Down
2 changes: 2 additions & 0 deletions fabfile.py
Expand Up @@ -50,6 +50,8 @@ def deploy(deployment_name):

# update code
with cd(env.code_src):
run('git fetch origin %(branch)s' % env)
run('git reset --hard origin/%(branch)s' % env)
run('git pull origin %(branch)s' % env)
run('find . -name "*.pyc" -delete')

Expand Down

0 comments on commit 6214f29

Please sign in to comment.