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: {}