realaravinth
a33d9981bd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
18 lines
456 B
YAML
18 lines
456 B
YAML
pipeline:
|
|
buildfrontend:
|
|
image: node:16
|
|
commands:
|
|
- yarn install --prefer-offline --frozen-lockfile
|
|
- yarn test
|
|
- yarn run lint-ci
|
|
- yarn run tsc
|
|
- yarn build
|
|
|
|
deploy:
|
|
image: python
|
|
when:
|
|
event: push
|
|
branch: master
|
|
commands:
|
|
- make ci-deploy
|
|
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]
|