Landingpage/.drone.yml
Simon e3e49eac21
All checks were successful
continuous-integration/drone/push Build is passing
Fix docker and deployment scripts
2019-09-20 18:11:36 +02:00

27 lines
No EOL
427 B
YAML

kind: pipeline
name: default
steps:
- name: install
image: node:10.15-alpine
commands:
- npm install
- name: deploy
image: plugins/docker
settings:
registry: registry.cliffbreak.de
repo: registry.cliffbreak.de/landingpage
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
- tag
- deployment
trigger:
branch:
- master