Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Continuous Delivery – A GitHub Story
Search
Matthew McCullough
February 19, 2013
Programming
4
530
Continuous Delivery – A GitHub Story
A presentation delivered by Matthew McCullough at DevNexus 2013 in Atlanta, GA, USA.
Matthew McCullough
February 19, 2013
Tweet
Share
More Decks by Matthew McCullough
See All by Matthew McCullough
Patterns for Collaborative Software Development in a Social World at JavaOne 2015
matthewmccullough
1
370
Collaborative Software Development in a Social World at the Utah JUG
matthewmccullough
2
140
Git and GitHub Platform Review
matthewmccullough
1
390
Your First Pull Request
matthewmccullough
0
260
Git and GitHub Workflows at the Utah JUG
matthewmccullough
1
760
Agile-ish life at GitHub
matthewmccullough
2
330
Git and GitHub Agile Workflows for HP
matthewmccullough
0
270
Writing Tools on the GitHub Platform
matthewmccullough
0
230
Git Feature Branches as an Art
matthewmccullough
0
150
Other Decks in Programming
See All in Programming
マルチモジュールにおけるテスト最適化
fxwx23
0
170
開発を加速する共有Swift Package実践
elmetal
PRO
0
320
LangGraphでのHuman-in-the-Loopの実装
os1ma
3
800
2024 컴포즈 정원사
jisungbin
0
150
Regular Expressions, REXML, Automata Learning
makenowjust
0
190
プログラマのための音楽入門
cheebow
5
550
LangChainの現在とv0.3にむけて
os1ma
3
720
僕が思い描くTypeScriptの未来を勝手に先取りする
yukukotani
7
2k
マイグレーションコード自作して File-Based Routing に自動移行!! ~250 ページの歴史的経緯を添えて~
cut0
1
250
Swift Concurrencyとレースコンディション
objectiveaudio
1
390
Swiftで高速フーリエ変換してオーディオビジュアライザーを作る / iOSDC Japan 2024 Day1 Track D
kyome22
2
470
メモリ最適化を究める!iOSアプリ開発における5つの重要なポイント
yhirakawa333
0
380
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
65
4.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
41
6.5k
Writing Fast Ruby
sferik
623
60k
Speed Design
sergeychernyshev
18
400
Fashionably flexible responsive web design (full day workshop)
malarkey
400
65k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
27
8.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
502
140k
Learning to Love Humans: Emotional Interface Design
aarron
270
40k
The Invisible Side of Design
smashingmag
295
50k
How to name files
jennybc
75
98k
Building a Modern Day E-commerce SEO Strategy
aleyda
35
6.8k
Fontdeck: Realign not Redesign
paulrobertlloyd
80
5.1k
Transcript
a GitHub Story CONTINUOUS D E L I V E
R Y
[email protected]
github.com/training @matthewmccull matthewmccullough
None
None
Probably the most important technical book of 2010 -Martin Fowler,
ThoughtWorks
Why? The current state of affairs
None
None
None
None
we have a problem
None
"This is so important, we can't entrust it to automation.
We need our top developer to supervise it."
None
The Loose Parts Building blocks of better results
automation everywhere
None
continuous integration
None
None
None
agile practices
traceability
rollback
toggles
None
None
humane interface
None
Divide and Conquer Small actions are generally best
None
None
None
None
Automate Humans are creative. Robots are consistent.
None
None
continuous integration servers
continuous integration servers jenkins travis ci circleci buildhive
None
None
None
None
None
Embrace Transient-ness Hardware on demand provides flexibility
Cloudbees
None
Amazon Web Services
None
Heroku
None
Hubot
None
hubot: <dosomething>
Measure Identify mistakes at home and in the wild
None
None
None
None
None
None
None
None
Feature Flags Dip toes, not heads, into unknown waters
http://www.flickr.com/photos/mwichary/3209181446/
None
None
Fail Forward Fix the root of problems
None
git revert
None
small changes
try not to roll back
fail forward
Listen to Leaders Open sourcing all of the ideas
None
None
None
Risks What's the worst that could happen?
kill some features
discover we're wrong
cause some regressions
optimize for innovation
Q&A
[email protected]
github.com/training @matthewmccull matthewmccullough