Add the final git commands
This commit is contained in:
parent
26af951e1f
commit
c84984f18d
2 changed files with 16 additions and 0 deletions
15
slides/hit-the-deploy-button.md
Normal file
15
slides/hit-the-deploy-button.md
Normal 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:
|
|
@ -17,5 +17,6 @@
|
|||
"time-for-the-special-sauce.md",
|
||||
"setup-git-remote.md",
|
||||
"viola.md",
|
||||
"hit-the-deploy-button.md",
|
||||
"resources.md"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue