def deploy(options):
"""Rebuild and copy website files to the remote server.
"""
# Rebuild
html_clean(options)
# Copy the sdist into the html output directory.
sdist(options)
# Rebuild the site-map
buildsitemap(options)
# Install
rsyncwebsite(options)
# Update Google
notify_google(options)
return
评论列表
文章目录