This commit is contained in:
parent
52ac2efc67
commit
a3e2a27ba9
12
.drone.yml
12
.drone.yml
@ -34,12 +34,12 @@ steps:
|
||||
remote: git@git.odit.services:lfk/lfk-client-node.git
|
||||
ssh_key:
|
||||
from_secret: GITLAB_SSHKEY
|
||||
# - name: npm
|
||||
# image: plugins/npm
|
||||
# settings:
|
||||
# token:
|
||||
# from_secret: NPM_TOKEN
|
||||
# email: info@odit.services
|
||||
- name: npm
|
||||
image: plugins/npm
|
||||
settings:
|
||||
token:
|
||||
from_secret: NPM_TOKEN
|
||||
email: info@odit.services
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@odit/lfk-client-node",
|
||||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"main": "./dist/index.js",
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user