Deployment Tools (regolith.deploy)

Helps deploy what we have built.

regolith.deploy.deploy(rc, name, url, src='html', dst=None)[source]

Deploys a target

regolith.deploy.deploy_git(rc, name, url, src='html', dst=None)[source]

Loads a git database

regolith.deploy.deploy_hg(rc, name, url, src='html', dst=None)[source]

Loads an hg database

regolith.deploy.ensure_deploy_dir(rc)[source]

Ensure deployment dir is on rc and physically exists.