Skip to content

Commit

Permalink
Adding missing rancher step
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Mar 30, 2020
1 parent d42b1ea commit 27621cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rancher-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

0 comments on commit 27621cc

Please sign in to comment.