You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/.rancher-pipeline.yml

23 lines
460 B
YAML

stages:
- name: Build
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.9
pushRemote: true
registry: registry.wmk8s.com
- name: Deploy
steps:
- applyYamlConfig:
path: ./deployment.yaml
timeout: 60
notification:
recipients:
- recipient: rene@webmeisterei.com
notifier: local:n-pjmh6
condition:
- Success
- Changed
- Failed