From a356392e26963d318725cb884386241673b5721d Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 21 Oct 2024 04:45:57 +0000 Subject: [PATCH] run deployment script using bash --- .woodpecker/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index f6a93ab..2abe239 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -5,7 +5,7 @@ steps: TOKEN: from_secret: RSE_panel commands: - - ./scripts/deploy.sh + - bash ./scripts/deploy.sh depends_on: - build \ No newline at end of file