Skip to content

Commit

Permalink
💖 shoutout to my ops homies (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
filler authored and JJ Asghar committed Oct 5, 2016
1 parent cbc83ce commit d04b6c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ops/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: page
title: here, hold this.
---

```
$ cap production extinguish
$ fab -H production extinguish
$ ansible production -m command extinguish
$ for host in $(cat ~/production) ; do \
ssh ${host} "sudo production" ; done
```

<img src="./ops.png" alt="🔥" />
Binary file added ops/ops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d04b6c6

Please sign in to comment.