diff --git a/.drone.yml b/.drone.yml index dead787..276b5c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,6 +28,17 @@ steps: - name: deploy pull: if-not-exists image: appleboy/drone-ssh + settings: + host: + - example1.com + - example2.com + username: ubuntu + password: + from_secret: ssh_password + port: 22 + command_timeout: 2m + script: + - echo "Hello World" # settings: # host: 192.168.31.104 # port: 22