Sha256: 86106aa3037588729d8af585582d54905cad7617470dd7f7c372e8464f22bcfa
Contents?: true
Size: 852 Bytes
Versions: 3
Compression:
Stored size: 852 Bytes
Contents
## Deployment For painless deployment, you should configure several sudo commands for specified deploy user to be executed without asking for password via `sudo visudo` command, as described in https://capistranorb.com/documentation/getting-started/authentication-and-authorisation/#authorisation Full list of sudo command could be obtained by running commands mentioned below with `--dry-run` option (e. g. `bin/cap --dry-run {stage_name} deploy:setup` 1. Set up new deployment in `config/stages/{stage_name}.rb` file 1. Set up new deployment (upload configurations): `bin/cap {stage_name} deploy:setup` 1. Deploy new version to `{stage_name}`: `bin/cap {stage_name} deploy` 2. On new deployment (or when systemd templates updated), update & enable systemd services for Puma & Sidekiq: `bin/cap {stage_name} deploy:setup_systemd`
Version data entries
3 entries across 3 versions & 1 rubygems