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