From de7382846c3f39717896215d298652a90f5c23ba Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Jul 2025 18:24:39 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20corrige=20indenta=C3=A7=C3=A3o=20de=20scp?= =?UTF-8?q?=5Fargs=20para=20ignorar=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 683ccc9..1c139b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,10 +18,8 @@ steps: source: . target: /home/app_fatura_homolog rm: true - scp_args: - - "--exclude=docker-compose.yml" - when: - branch: main + scp_args: + - "--exclude=docker-compose.yml" - name: restart homolog container image: appleboy/drone-ssh