Skip to content

Commit 7d948ab

Browse files
committedFeb 2, 2012
"tag all the deploys" slide
1 parent 373900c commit 7d948ab

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
 

Diff for: ‎images/tag-all-the-deploys.jpg

65.9 KB
Loading

Diff for: ‎index.html

+24
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,30 @@ <h3>
9595
</ul>
9696
</article>
9797

98+
<article>
99+
<h3>
100+
What's the core concept behind it?
101+
</h3>
102+
<ul class='build'>
103+
<li>
104+
git-deploy will create an annotated git tag for all your
105+
rollouts.
106+
</li>
107+
<li>
108+
This gives you permanent git-level history of all your
109+
rollouts..
110+
</li>
111+
</ul>
112+
<p>
113+
<img src='images/tag-all-the-deploys.jpg' class='centered'>
114+
</p>
115+
116+
</article>
117+
118+
119+
120+
121+
98122

99123

100124
<!--article>

0 commit comments

Comments
 (0)
Please sign in to comment.