From 545de3677b8281f3425502672b6a2f269360151c Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 24 Jun 2024 16:47:19 -0400 Subject: [PATCH] Maybe this syntax works better --- .drone.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d1e3b19..6a290a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,8 +53,9 @@ steps: source: /drone/src/public/ target: /var/www/dev.blog.ndumas.com/ include: ["*"] -branches: -- dev +when: + branch: + - dev --- kind: pipeline name: drafts @@ -82,5 +83,6 @@ steps: source: /drone/src/public/ target: /var/www/drafts.blog.ndumas.com/ include: ["*"] -branches: -- dev +when: + branch: + - dev