This commit is contained in:
parent
25b634bb78
commit
04de39596f
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
buildfrontend:
|
||||
image: node:14
|
||||
image: node:16
|
||||
commands:
|
||||
- yarn install --prefer-offline --frozen-lockfile
|
||||
- yarn test
|
||||
|
@ -9,15 +9,10 @@ pipeline:
|
|||
- yarn build
|
||||
|
||||
deploy:
|
||||
image: node:14
|
||||
image: node:16
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
commands:
|
||||
- make ci-deploy
|
||||
secrets: [gitea_write_deploy_key, librepages_deploy_secret]
|
||||
|
||||
lint-frontend:
|
||||
image: node:14
|
||||
commands:
|
||||
- yarn lint-ci
|
||||
secrets: [ gitea_write_deploy_key, librepages_deploy_secret ]
|
||||
|
|
Reference in a new issue