Drone: only rollout on tag/promotion
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-12-03 22:28:25 -06:00
parent 1b12af0cd2
commit 0b8c4b87df

View File

@ -47,10 +47,10 @@ steps:
from_secret: COREID_REDIS_HOST
COREID_SMTP_HOST:
from_secret: COREID_SMTP_HOST
# when:
# event:
# - tag
# - promote
when:
event:
- tag
- promote
- name: k8s rollout
image: bitnami/kubectl
@ -62,7 +62,7 @@ steps:
depends_on:
- container build
- environment substitution
# when:
# event:
# - tag
# - promote
when:
event:
- tag
- promote