From 2e19771a6db2168ff1ba9840eb6add9d7adc8626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Tue, 16 Jul 2019 14:48:17 +0200 Subject: [PATCH] Update .rancher-pipeline.yml file --- .rancher-pipeline.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.rancher-pipeline.yml b/.rancher-pipeline.yml index e69de29..556e40c 100644 --- a/.rancher-pipeline.yml +++ b/.rancher-pipeline.yml @@ -0,0 +1,15 @@ +stages: +- name: Build + steps: + - publishImageConfig: + dockerfilePath: ./Dockerfile + buildContext: . + tag: pcdummy/renejochumsat:latest + pushRemote: true + registry: registry.dev.wmk8s.com +- name: Deploy + steps: + - applyYamlConfig: + path: ./deployment.yaml +timeout: 60 +notification: {}