1
0
Fork 0

Built from c84984f on branch master

This commit is contained in:
Andrew Tomaka 2016-03-09 09:04:48 -05:00
parent 75431b4375
commit e434ae72eb
3 changed files with 24 additions and 0 deletions

View File

@ -187,6 +187,14 @@
<section data-markdown="slides/hit-the-deploy-button.md"></section>
<section data-markdown="slides/resources.md"></section>

View File

@ -0,0 +1,15 @@
## Hit the Deploy Button!
* Add your server as a remote
```
git remote add production app@rails.atomaka.com:jokes-production
```
* And, as Chris says "there's nothing sweeter than"
```
git push production master
```
note:

View File

@ -17,5 +17,6 @@
"time-for-the-special-sauce.md",
"setup-git-remote.md",
"viola.md",
"hit-the-deploy-button.md",
"resources.md"
]