Go to the source code of this file.
Namespaces | |
| namespace | deploy |
Functions | |
| argparse.Namespace | deploy.parse_args () |
| None | deploy.remove_path (Path path) |
| None | deploy.copy_children (Path source_dir, Path target_dir) |
| None | deploy.deploy_root (Path build_dir, Path site_dir) |
| None | deploy.deploy_version (Path build_dir, Path site_dir, str version) |
| list[object] | deploy.natural_key (str name) |
| None | deploy.update_versions (Path site_dir) |
| subprocess.CompletedProcess[str] | deploy.git (Path site_dir, *str args, bool check=True) |
| None | deploy.commit_and_push (Path site_dir, str label) |
| None | deploy.deploy (Path build_dir, Path site_dir, str git_ref, str ref_name) |
| int | deploy.main () |
Variables | |
| deploy.VERSION_RE = re.compile(r'v[0-9][A-Za-z0-9.+-]*') | |