1
0
Fork 0
deploying-rails-app/slides/hit-the-deploy-button.md

16 lines
228 B
Markdown
Raw Permalink Normal View History

2016-03-09 09:04:48 -05:00
## 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: