Add host to example
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-23 08:38:20 +02:00
parent 0a0e6501f0
commit c3263be5ab

View File

@ -18,6 +18,7 @@ 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
```