mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 08:52:46 +00:00
Add pipeline first CI/CD
This commit is contained in:
parent
ff4286a15e
commit
58ca45859d
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- npm install
|
||||
- npm version patch
|
||||
- npm publish --access public
|
Loading…
x
Reference in New Issue
Block a user