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 ]