From 27621ccca9e0e369ca1dea335f76f9f7fe50aa1b Mon Sep 17 00:00:00 2001 From: Alax Alves Date: Mon, 30 Mar 2020 17:27:29 -0300 Subject: [PATCH] Adding missing rancher step --- .rancher-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.rancher-pipeline.yml b/.rancher-pipeline.yml index 71ab4ca..5aa2e2b 100644 --- a/.rancher-pipeline.yml +++ b/.rancher-pipeline.yml @@ -15,6 +15,13 @@ stages: - applyYamlConfig: path: ./deploy/staging/deployment-mobile.yaml +- name: Deploy Production + when: + branch: development + steps: + - applyYamlConfig: + path: ./deploy/production/deployment-mobile.yaml + branch: include: [ master, development ] notification: {}