From d8376480135f01bbd68688f8bae89407b57ccece Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 23 Sep 2020 08:44:56 +0200 Subject: [PATCH] Move publishing docs down --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c54c7d..9e69937 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ Deploy swarm stacks against a SSH based remote docker daemon context. -## Publishing - -If you push a commit to master, the [Drone config](./.drone.yml) will publish to [Docker Hub](https://hub.docker.com/r/decentral1se/stack-ssh-deploy). - ## Settings - **host**: SSH-based docker daemon context @@ -27,3 +23,7 @@ steps: deploy_key: from_secret: drone_deploy_key ``` + +## Publishing + +If you push a commit to master, the [Drone config](./.drone.yml) will publish to [Docker Hub](https://hub.docker.com/r/decentral1se/stack-ssh-deploy).