added docker image
All checks were successful
continuous-integration/drone/push Build is passing

added ci build
This commit is contained in:
Samuel Philipp 2020-05-06 17:54:32 +02:00
parent a4542f7abd
commit a7aceff686
4 changed files with 28 additions and 1 deletions

18
.drone.yml Normal file
View file

@ -0,0 +1,18 @@
kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run build:ssr
- name: docker
image: plugins/docker
settings:
repo: samuelph/grafana-statuspage
username:
from_secret: USERNAME
password:
from_secret: PASSWORD