mirror of
https://git.cluster.stumblestore.de/llamprecht/KnilchWeb.git
synced 2025-12-15 23:31:19 +01:00
fixing deployment
This commit is contained in:
parent
8919efb7dc
commit
2262dbad99
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
repo: git.cluster.stumblestore.de/llamprecht/knilch-web
|
repo: git.cluster.stumblestore.de/llamprecht/knilch-web
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|
||||||
registry: git.cluster.stumblestore.de
|
registry: git.cluster.stumblestore.de
|
||||||
username: llamprecht
|
username: llamprecht
|
||||||
password:
|
password:
|
||||||
|
|
@ -31,6 +32,8 @@ steps:
|
||||||
image: vallard/drone-kube
|
image: vallard/drone-kube
|
||||||
template: deployment.yaml
|
template: deployment.yaml
|
||||||
namespace: knilch-web
|
namespace: knilch-web
|
||||||
|
server:
|
||||||
|
from_secret: KUBE_SERVER
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- promote
|
- promote
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue