clue/deploy/web

Search:
Group by:

clue deploy.web — deploy a web target over rsync/ssh, with optional systemd service management (unit install, daemon-reload, enable, restart, is-active verification).

Procs

proc deployWeb(cfg: DeployConfig; profileName, keyOverride: string;
               dryRun, yes, verbose, statusOnly: bool): int {.
    ...raises: [IOError, KeyError, OSError, EOFError, Exception], tags: [
    WriteIOEffect, ReadDirEffect, ReadEnvEffect, ReadIOEffect, ExecIOEffect,
    RootEffect], forbids: [].}
Deploy the web target. Returns a process exit code (0 on success).