Drone: only deploy on tags
continuous-integration/drone Build is passing Details

master
Garrett Mills 1 year ago
parent c608604736
commit fa2345759f

@ -26,8 +26,8 @@ steps:
DOCKER_REGISTRY: DOCKER_REGISTRY:
from_secret: DOCKER_REGISTRY from_secret: DOCKER_REGISTRY
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://localhost:2375
# when: when:
# event: tag event: tag
- name: environment substitution - name: environment substitution
image: rockylinux:9.0-minimal image: rockylinux:9.0-minimal
@ -43,8 +43,8 @@ steps:
from_secret: NODED_REDIS_HOST from_secret: NODED_REDIS_HOST
NODED_DATABASE_NAME: NODED_DATABASE_NAME:
from_secret: NODED_DATABASE_NAME from_secret: NODED_DATABASE_NAME
# when: when:
# event: tag event: tag
- name: k8s rollout - name: k8s rollout
image: bitnami/kubectl image: bitnami/kubectl
@ -54,5 +54,5 @@ steps:
depends_on: depends_on:
- container build - container build
- environment substitution - environment substitution
# when: when:
# event: tag event: tag

Loading…
Cancel
Save