Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 812 Bytes

File metadata and controls

28 lines (20 loc) · 812 Bytes

Commands

deploy provides three commands. All commands accept global options:

Option Default Description
--config FILE deploy.yml Path to the configuration file (resolved locally)
--verbose False Print each remote command and its output as it runs

Overview

Command Purpose
configure Clone repo, set up environment, install systemd unit
update Pull latest code, sync deps, restart service
status Show git info and systemd unit state

Global usage

deploy [--config FILE] [--verbose] <command> [args...]

Example using a custom config path:

deploy --config /etc/deploy/myserver.yml update odoo-myproject-production