From 8698e80da1e16fa743c2c937dea18e51590b39cb Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Thu, 27 Oct 2022 23:02:33 +0530 Subject: [PATCH] debug: is cd preserved b/w pipelines stages? --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index a26cc31..0d9fdc2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,5 +14,8 @@ pipeline: event: push branch: main commands: + - pwd + - cd website + - pwd - make ci-deploy secrets: [repo_write_deploy_key]