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

master
Simon Bruder 2020-08-04 00:22:47 +02:00
commit 624e5b6d14
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 20 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/netlify-cli

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM node:alpine
RUN yarn global add netlify-cli
USER node
ENTRYPOINT ["netlify"]