Drone: only rollout on tag/promotion
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
1b12af0cd2
commit
0b8c4b87df
16
.drone.yml
16
.drone.yml
@ -47,10 +47,10 @@ steps:
|
|||||||
from_secret: COREID_REDIS_HOST
|
from_secret: COREID_REDIS_HOST
|
||||||
COREID_SMTP_HOST:
|
COREID_SMTP_HOST:
|
||||||
from_secret: COREID_SMTP_HOST
|
from_secret: COREID_SMTP_HOST
|
||||||
# when:
|
when:
|
||||||
# event:
|
event:
|
||||||
# - tag
|
- tag
|
||||||
# - promote
|
- promote
|
||||||
|
|
||||||
- name: k8s rollout
|
- name: k8s rollout
|
||||||
image: bitnami/kubectl
|
image: bitnami/kubectl
|
||||||
@ -62,7 +62,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- container build
|
- container build
|
||||||
- environment substitution
|
- environment substitution
|
||||||
# when:
|
when:
|
||||||
# event:
|
event:
|
||||||
# - tag
|
- tag
|
||||||
# - promote
|
- promote
|
||||||
|
Loading…
Reference in New Issue
Block a user