gateway/config/deploy/production.rb
2022-03-29 12:41:48 +03:00

11 lines
263 B
Ruby

# The server-based syntax can be used to override options:
# ------------------------------------
server "web-server.local",
user: "feenix",
roles: %w{web app db},
ssh_options: {
auth_methods: %w(publickey)
# password: "please use keys"
}