hydrogen-web/.woodpecker.yml

22 lines
404 B
YAML

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