Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 9fb6996924 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build was successful Details
2021-12-13 20:15:32 +01:00
Ferdinand Thiessen b809f868b0 feat(ci): Added woodpecker CI 2021-12-13 20:15:26 +01:00
1 changed files with 4 additions and 7 deletions

View File

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