1
0
Fork 0

Why should you care slide

This commit is contained in:
Andrew Tomaka 2015-02-09 13:42:53 -05:00
parent 04a0f61e39
commit c439c2fe3c
5 changed files with 18 additions and 8 deletions

View File

@ -3,5 +3,3 @@
This is a new Markdown slide This is a new Markdown slide
note: note:
Put your speaker notes here.
You can see them pressing 's'.

View File

@ -1,5 +1,3 @@
# Try it for yourself # Try it for yourself
note: note:
Put your speaker notes here.
You can see them pressing 's'.

View File

@ -12,8 +12,8 @@
* ```vagrant push``` * ```vagrant push```
note: note:
Primary = mandatory; stuff I always use Primary: mandatory; stuff I always use
Others = commands I sometimes use Others: commands I sometimes use
Push - recent command for doing deploys; can deploy to heroku Push: recent command for doing deploys; can deploy to heroku

View File

@ -4,3 +4,7 @@
environments." environments."
note: note:
Allows you to check your development environment into a git repository.
Can be configured to use a tool for provisioning to match your production
environment.

View File

@ -1,6 +1,16 @@
## Why should you care? ## Why should you care?
* Difference between expectations and what actually happens * Difference between expectations and what actually happens
* Reduce risk of mistakes
* Reduces time from development to deployment
* You actually know what is going on
note: note:
As "but it works on my machine" shows As "but it works on my machine" shows. We've now created a consistency.
By using DevOps tools to automate testing, builds, deployment.
Again, automation of these things.
Monitoring is about more than just your infrastructure. By working with
operations staff, you can improve your application monitoring.