Deploy swarm stacks against a SSH based remote docker daemon context
Go to file
Luke Murphy 1c4263ff5d
continuous-integration/drone/push Build is passing Details
Switch over to sh
2020-09-23 08:35:16 +02:00
.drone.yml Bootstrapping stack deploy plugin 2020-09-23 08:32:50 +02:00
Dockerfile Switch over to sh 2020-09-23 08:35:16 +02:00
LICENSE Bootstrapping stack deploy plugin 2020-09-23 08:32:50 +02:00
README.md Bootstrapping stack deploy plugin 2020-09-23 08:32:50 +02:00
plugin.sh Switch over to sh 2020-09-23 08:35:16 +02:00

README.md

stack-ssh-deploy

Build Status

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

Publishing

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

Example

---
kind: pipeline
name: deploy to swarm
steps:
  - name: stack deploy
    image: decentral1se/stack-ssh-deploy:0.0.1
    settings:
      deploy_key:
        from_secret: drone_deploy_key