Example #1
0
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()
Example #2
0
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()
Example #3
0
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()
Example #4
0
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()