16 lines
228 B
Markdown
16 lines
228 B
Markdown
|
## 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:
|