This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/.woodpecker.yml
realaravinth d80e970117
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: conditional deploy pipeline
2022-08-16 16:38:53 +05:30

23 lines
501 B
YAML

pipeline:
buildfrontend:
image: node
commands:
- yarn install
- yarn test
- yarn test:postcss
- yarn test:sdk
- yarn build
deploy:
image: node
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
lint-frontend:
image: node
commands:
- yarn lint-ci