From 61036d4f029d41fb621de6ccb9781471cbf5a9ef Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 10:59:15 +0200 Subject: [PATCH] Add notes about auto deploy --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f34babb..d4e93a5 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,5 @@ # Deploy -See [the prerequisites documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/hacking-on-dokku-apps) first for setting up SSH access. - -```bash -$ git remote add dokku dokku@dokku.autonomic.zone:gitea -$ git push dokku -``` +1. Push your changes to master and Dokku will try to automatically release +1. See the [Drone dashboard to see the build](https://drone.autonomic.zone/autonomic-cooperative/gitea/)