Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
rm : frab application remnants from deployment example
authored
Nov 16, 2015
by
Jon Richter
Show whitespace changes
Inline
Side-by-side
_deployment.md
View page @
59751374
...
@@ -16,8 +16,8 @@ dokku logs dbp2016_live
...
@@ -16,8 +16,8 @@ dokku logs dbp2016_live
Granting a git client access to the application is exemplified for three different roles below.
Granting a git client access to the application is exemplified for three different roles below.
```
```
cat ~/.ssh/id_rsa.pub | dokku deploy:allow
frab
cat ~/.ssh/id_rsa.pub | dokku deploy:allow
dbp2016_live
cat ~/.ssh/id_rsa.pub | dokku developer:allow
frab
cat ~/.ssh/id_rsa.pub | dokku developer:allow
dbp2016_live
cat ~/.ssh/id_rsa.pub | dokku access:add
cat ~/.ssh/id_rsa.pub | dokku access:add
```
```
...
...