mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Correct spelling errors on What Is Capistrano
Fixed a few spelling errors on http://www.capistranorb.com/documentation/overview/what-is-capistrano/ page.
This commit is contained in:
parent
164a5ce15e
commit
fea29a89e3
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@
|
|||
<p>Capistrano can be used to:</p>
|
||||
|
||||
<ul>
|
||||
<li>Reliably deploy web application to any number of machines simultaniously,
|
||||
<li>Reliably deploy web application to any number of machines simultaneously,
|
||||
in sequence or as a rolling set</li>
|
||||
<li>To automate audits of any number of machines (checking login logs,
|
||||
enumerating uptimes, and/or applying security patches)</li>
|
||||
|
@ -220,7 +220,7 @@ task :ditty do
|
|||
end
|
||||
|
||||
on roles(:app) do
|
||||
# We can set environmental varaibles for the duration of a block
|
||||
# We can set environmental variables for the duration of a block
|
||||
# and move the process into a directoy, executing arbitrary tasks
|
||||
# such as letting Rails do some heavy lifting.
|
||||
with({:rails_env => :production}) do
|
||||
|
|
Loading…
Add table
Reference in a new issue