doc: Fix push command & remove letsencrypt command

This commit is contained in:
Glenn Y. Rolland 2022-08-18 20:39:47 +02:00
parent 99304bdc36
commit 8b3981a3e7

View file

@ -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