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