Add host to example
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 08:38:20 +02:00
parent 0a0e6501f0
commit c3263be5ab
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

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
```