Move publishing docs down
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 08:44:56 +02:00
parent 2aa5592d3b
commit d837648013
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

View File

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