@@ -80,7 +80,7 @@ specifically tailored to the requirements of Symfony.
80
80
`Capistrano `_ with `Symfony plugin `_
81
81
`Capistrano `_ is a remote server automation and deployment tool written in Ruby.
82
82
`Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
83
- (which works only with Capistrano 2 )
83
+ (which works only with Capistrano 2).
84
84
85
85
`sf2debpkg `_
86
86
Helps you build a native Debian package for your Symfony project.
@@ -181,12 +181,12 @@ setup:
181
181
* Pushing assets to a CDN
182
182
* ...
183
183
184
- Application Lifecycle: Continuous Integration, QA, etc
185
- ------------------------------------------------------
184
+ Application Lifecycle: Continuous Integration, QA, etc.
185
+ -------------------------------------------------------
186
186
187
187
While this entry covers the technical details of deploying, the full lifecycle
188
- of taking code from development up to production may have a lot more steps
189
- ( think deploying to staging, QA (Quality Assurance), running tests, etc) .
188
+ of taking code from development up to production may have a lot more
189
+ steps— think deploying to staging, QA (Quality Assurance), running tests, etc.
190
190
191
191
The use of staging, testing, QA, continuous integration, database migrations
192
192
and the capability to roll back in case of failure are all strongly advised. There
0 commit comments