CD setup
This commit is contained in:
parent
e6a2ce6dbd
commit
0cd940ce12
@ -1,11 +0,0 @@
|
|||||||
stages:
|
|
||||||
- deploy
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm version patch
|
|
||||||
- npm publish --access public
|
|
11
.gitlab.yml
Normal file
11
.gitlab.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
image: node:latest
|
||||||
|
stages:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
script:
|
||||||
|
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
|
||||||
|
- npm publish
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "mastodon-embed-timeline",
|
"name": "@idotj/mastodon-embed-feed-timeline",
|
||||||
"description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, WCAG compliant and fully responsive.",
|
"description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, WCAG compliant and fully responsive.",
|
||||||
"version": "3.12.0",
|
"version": "3.12.0",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user