From f2504c04b4bf4a081ffdca2881e36325b1c6e9d1 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 9 Mar 2025 23:25:42 +0100 Subject: [PATCH] updated .drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2d9101b..2c545b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,9 @@ steps: source: ./states/ target: /srv/salt/states delete: true + exclude: + - "README.md" + - "../states/old" user: salt key: from_secret: drone_ssh_key