diff options
Diffstat (limited to 'wiki/devops/autodeploy.md')
| -rw-r--r-- | wiki/devops/autodeploy.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wiki/devops/autodeploy.md b/wiki/devops/autodeploy.md index eff9ea6..801c3eb 100644 --- a/wiki/devops/autodeploy.md +++ b/wiki/devops/autodeploy.md @@ -12,8 +12,8 @@ here?) then come back. No, seriously, _now_.) 3. You will be deploying your services to one or more _environments_. An -environment is an abstract thing: think "production", not -"web01.public.example.com". (If not, where, exactly, will your service run?) +environment is an abstract thing: think “production,” not +“web01.public.example.com.” (If not, where, exactly, will your service run?) 4. For each service, in each environment, there are one or more _servers_ to host the service. These servers are functionally identical. (If not, go pave @@ -22,7 +22,7 @@ and duct tape. An environment full of one-offs is the kind of hell I wouldn't wish on my worst enemy.) 5. For each service, in each environment, there is a canonical series of steps -that produce a "deployed" system. +that produce a “deployed” system. ----- @@ -35,4 +35,4 @@ that produce a "deployed" system. 5. Get the code running with the configuration. 6. Log to fucking syslog. 7. When the machine reboots, make sure the code comes back running the same - configuration.
\ No newline at end of file + configuration. |
