From 8f2c4d8b0555904f234e43fc80cdd942f560557d Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Sat, 20 Mar 2021 09:50:22 +0100 Subject: [PATCH] Update rsync host for drone as well --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94fec2f..372f59f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: settings: user: ariejan hosts: - - mail.devroom.io + - 10.0.2.40 source: ./public/* recursive: true delete: true