Built from c84984f
on branch master
This commit is contained in:
parent
75431b4375
commit
e434ae72eb
3 changed files with 24 additions and 0 deletions
|
@ -187,6 +187,14 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section data-markdown="slides/hit-the-deploy-button.md"></section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section data-markdown="slides/resources.md"></section>
|
<section data-markdown="slides/resources.md"></section>
|
||||||
|
|
||||||
|
|
||||||
|
|
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",
|
"time-for-the-special-sauce.md",
|
||||||
"setup-git-remote.md",
|
"setup-git-remote.md",
|
||||||
"viola.md",
|
"viola.md",
|
||||||
|
"hit-the-deploy-button.md",
|
||||||
"resources.md"
|
"resources.md"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue