From ade363cab186e63d3a817035ec04fb1bab90f911 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 12 Mar 2023 17:01:33 +0100 Subject: [PATCH] Ignore failure on binaries deployment --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2cf4b5a3..4f5ce43f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -140,6 +140,7 @@ steps: - name: deploy image: appleboy/drone-scp + failure: ignore settings: tar_tmp_path: /tmp/ host: srs.nemunai.re @@ -435,6 +436,7 @@ steps: - name: deploy image: appleboy/drone-scp:linux-arm64 + failure: ignore settings: tar_tmp_path: /tmp/ host: srs.nemunai.re