From 8b3981a3e7c9b7054ce32fd49b4b7245c51442e7 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 18 Aug 2022 20:39:47 +0200 Subject: [PATCH] doc: Fix push command & remove letsencrypt command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 60ccb5f..321948c 100644 --- a/README.md +++ b/README.md @@ -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