This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/.drone.yml
Samuel Philipp a7aceff686
All checks were successful
continuous-integration/drone/push Build is passing
added docker image
added ci build
2020-05-06 17:54:32 +02:00

19 lines
319 B
YAML

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