From e9e1778a305e41ab331d5a00b5abd1e4bd99dc60 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 8 Oct 2018 16:50:13 +0200 Subject: [PATCH] Add a merlin heat --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3cd1f99..f69bced 100644 --- a/.drone.yml +++ b/.drone.yml @@ -174,6 +174,16 @@ pipeline: tag: latest when: branch: merlin + heat_merlin: + image: plugins/docker + dockerfile: heat/Dockerfile + context: heat + secrets: [docker_username, docker_password] + registry: registry.webhosting.rug.nl + repo: registry.webhosting.rug.nl/hpc/openstack-heat-merlin + tag: latest + when: + branch: merlin notify: image: drillster/drone-email host: smtp.rug.nl