1
0
Fork 0

Add the final git commands

This commit is contained in:
Andrew Tomaka 2016-03-09 09:04:14 -05:00
parent 26af951e1f
commit c84984f18d
2 changed files with 16 additions and 0 deletions

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"
]