doc: Fix push command & remove letsencrypt command
This commit is contained in:
parent
99304bdc36
commit
8b3981a3e7
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ Setup Network & Domains
|
|||
|
||||
dokku network:create cicd_net
|
||||
dokku network:set cicd-agent attach-post-create cicd_net
|
||||
dokku config:set --no-restart cicd-agent DOKKU_LETSENCRYPT_EMAIL=username@example.com
|
||||
|
||||
Setup Volumes
|
||||
|
||||
|
@ -32,5 +31,5 @@ Setup Secrets
|
|||
Deploy
|
||||
|
||||
git remote add dokku dokku@dinlas.apps.glenux.net:cicd-agent
|
||||
git push
|
||||
git push dokku master
|
||||
|
||||
|
|
Loading…
Reference in a new issue