... | ... | @@ -106,9 +106,14 @@ dokku config dbp2016_live |
|
|
|
|
|
```
|
|
|
git clone https://lab.allmende.io/ecobytes/dbp2016.git
|
|
|
cd dbp2016
|
|
|
git remote add dokku dokku:apps.ecobytes.net:dbp2016_live
|
|
|
git fetch
|
|
|
git checkout deployment
|
|
|
```
|
|
|
|
|
|
You should use the 'deployment' branch as a staging area for your revision, preferably tested before in an intependent Dokku instance.
|
|
|
|
|
|
## Go live!
|
|
|
|
|
|
git push dokku deployment:master
|
... | ... | |