THM_OSPLUS_NEWS_MAILER/.drone.yml
Fabian Stamm 4bc1f36c25
All checks were successful
continuous-integration/drone/push Build is passing
Switch repository
2020-12-19 19:36:57 +01:00

21 lines
424 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Build with node
image: node:12
commands:
- npm install
- npm run build
- name: Publish to docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
repo: docker.hibas123.de/osplus-mail
registry: docker.hibas123.de