def deploy(): "Push local changes and update checkout on the remote host" push() update_remote() # reset and pull on the remote server #remote_export() change_ownership() touch_wsgi()
def deploy(): "Push local changes and update checkout on the remote host" update_remote() #this will update a checkout #remote_export() change_ownership() touch_wsgi()