Esempio n. 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()
Esempio n. 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()
Esempio n. 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()
Esempio n. 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()