mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
636732c447
* Remove daemonization * Fix t2 integration
10 lines
150 B
Text
10 lines
150 B
Text
{
|
|
"servers" : [
|
|
{
|
|
"dir": "/path/to/rails/project",
|
|
"user": "deploy-user",
|
|
"ruby_version": "ruby.version",
|
|
"ruby_env": "rbenv"
|
|
}
|
|
]
|
|
}
|