THM_OSPLUS_NEWS_MAILER/.drone.yml
Fabian Stamm 87e33a3bd0
All checks were successful
continuous-integration/drone/push Build is passing
Adding CI and updating dependencies
2020-01-07 22:32:08 +01:00

21 lines
426 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: hibas123.azurecr.io/osplus-mail
registry: hibas123.azurecr.io