mastodon-embed-timeline/.gitlab-ci.yml
2023-12-14 22:09:01 +01:00

13 lines
182 B
YAML

image: node:latest
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- npm publish