This commit is contained in:
Ratul Minhaz 2017-05-05 18:48:46 +00:00 committed by GitHub
commit 12e8b23745

View file

@ -74,6 +74,10 @@ def cf_upload():
'-K {cloudfiles_api_key} '
'upload -c {cloudfiles_container} .'.format(**env))
def ghp():
local('ghp-import -b master {deploy_path} -m "site udpated"'.format(**env))
local('git push origin master')
@hosts(production)
def publish():
"""Publish to production via rsync"""