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 df0000783d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: deploy to librepages
2022-08-16 16:14:27 +05:30

13 lines
262 B
YAML

pipeline:
buildfrontend:
image: node
commands:
- yarn install
- yarn lint-ci
- yarn test
- yarn test:postcss
- yarn test:sdk
- yarn build
- make ci-deploy
secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ]