Init
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2020-07-04 17:51:07 +02:00
commit 4655c33e96
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 18 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/javascript-typescript-langserver

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM node:alpine
RUN yarn global add javascript-typescript-langserver
ENTRYPOINT ["javascript-typescript-stdio"]