From 3a0d06c43624b3afc717a72796c4c5e97f8deb9e Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 13 Feb 2019 16:58:30 -0700 Subject: [PATCH] Algolia after prod --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 07eaa5a2983..c1237013ae0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,19 +11,7 @@ pipeline: when: event: [pull_request] - docker-publish-algolia: - group: publish - image: plugins/docker - dockerfile: Dockerfile.algolia - repo: rancher/docs - context: . - tag: algolia - secrets: [docker_username, docker_password] - when: - branch: master - event: push - - docker-publish-dev: + publish-dev: group: publish image: plugins/docker dockerfile: Dockerfile.dev @@ -35,7 +23,7 @@ pipeline: branch: master event: push - docker-publish-staging: + publish-staging: group: publish image: plugins/docker dockerfile: Dockerfile.staging @@ -47,7 +35,7 @@ pipeline: branch: staging event: push - docker-publish-latest: + publish-latest: group: publish image: plugins/docker dockerfile: Dockerfile.prod @@ -58,3 +46,15 @@ pipeline: when: branch: master event: push + + publish-algolia: + image: plugins/docker + dockerfile: Dockerfile.algolia + repo: rancher/docs + context: . + tag: algolia + secrets: [docker_username, docker_password] + when: + branch: master + event: push +