Algolia after prod

This commit is contained in:
Vincent Fiduccia
2019-02-13 16:58:30 -07:00
parent ee13c69303
commit 3a0d06c436
+15 -15
View File
@@ -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