Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen cb2b77c420 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build failed Details
2021-12-13 19:14:49 +01:00
Ferdinand Thiessen bad31ee1e3 feat(ci): Added woodpecker CI 2021-12-13 19:14:45 +01:00
1 changed files with 7 additions and 4 deletions

View File

@ -3,10 +3,13 @@ pipeline:
when:
event: tag
tag: v*
image: node:lts-alpine
commands:
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
secrets: [ node_auth_token ]
image: plugins/npm
settings:
token:
from_secret: node_auth_token
username:
from_secret: node_username
secrets: [ node_auth_token, node_username ]
depends_on:
- lint