mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix typo in README.md
This commit is contained in:
parent
fdb69436fe
commit
d2c67eeb14
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Deploying to a fleet of app servers? Capistrano can run each deployment task con
|
|||
|
||||
#### Server roles
|
||||
|
||||
Your application may need many different types of servers: a database server, an app server, two app servers, and a job queue work server, for example. Capistrano lets you tag each server with one or more roles, so you can control what tasks are executed where.
|
||||
Your application may need many different types of servers: a database server, an app server, two web servers, and a job queue work server, for example. Capistrano lets you tag each server with one or more roles, so you can control what tasks are executed where.
|
||||
|
||||
#### Community driven
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue