diff --git a/.drone.yml b/.drone.yml index 0e4afd6..d2475a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,12 @@ type: ssh name: Deploy server: - host: 192.168.2.101 + host: webhost.forest user: droneci - password: - from_secret: ssh_passwd + ssh_key: + from_secret: ssh_key + # password: + # from_secret: ssh_passwd clone: disable: true