Update .rancher-pipeline.yml file

master
René Jochum 5 years ago
parent 45dca4f7ee
commit 2e19771a6d

@ -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: {}
Loading…
Cancel
Save