Deploy swarm stacks against a SSH based remote docker daemon context
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy da969af327
continuous-integration/drone/push Build is passing Details
Add more debug logging
2020-09-23 08:45:35 +02:00
.drone.yml Bootstrapping stack deploy plugin 2020-09-23 08:32:50 +02:00
Dockerfile Use right path, just run script 2020-09-23 08:36:19 +02:00
LICENSE Bootstrapping stack deploy plugin 2020-09-23 08:32:50 +02:00
README.md Move publishing docs down 2020-09-23 08:44:56 +02:00
plugin.sh Add more debug logging 2020-09-23 08:45:35 +02:00

README.md

stack-ssh-deploy

Build Status

Deploy swarm stacks against a SSH based remote docker daemon context.

Settings

  • host: SSH-based docker daemon context
  • deploy_key: SSH private key part for ssh public key authentication

Example

---
kind: pipeline
name: deploy to swarm
steps:
  - name: stack deploy
    image: decentral1se/stack-ssh-deploy:0.0.1
    settings:
      host: "ssh://drone@swarm.autonomic.zone:222"
      deploy_key:
        from_secret: drone_deploy_key

Publishing

If you push a commit to master, the Drone config will publish to Docker Hub.