Merge branch 'master' of git.webmeisterei.com:jochum/rene.jochums.at

master
René Jochum 5 years ago
commit e142d955de
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

@ -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