debug: is cd preserved b/w pipelines stages?
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2022-10-27 23:02:33 +05:30
parent 75d40ded5e
commit 8698e80da1
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -14,5 +14,8 @@ pipeline:
event: push
branch: main
commands:
- pwd
- cd website
- pwd
- make ci-deploy
secrets: [repo_write_deploy_key]