mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 5a8a4d0392 into c2b2def1c8
This commit is contained in:
commit
12e8b23745
1 changed files with 4 additions and 0 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue