From 95d52f233ec97bae3b63e0e0198f165ef4ef77d6 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 3 Jul 2024 11:36:51 -0400 Subject: [PATCH] Trying to execute this dang bash script --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f78f0fa..63c6fc8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: hugo_prod image: code.ndumas.com/ndumas/hugo:latest commands: - - ./build.sh main + - /drone/src/build.sh main when: branch: include: @@ -20,7 +20,7 @@ steps: - name: hugo_dev image: code.ndumas.com/ndumas/hugo commands: - - ./build.sh dev + - /drone/src/build.sh dev when: branch: include: @@ -31,7 +31,7 @@ steps: - name: hugo_drafts image: code.ndumas.com/ndumas/hugo commands: - - ./build.sh drafts + - /drone/src/build.sh drafts when: branch: include: