Skip to content

Commit

Permalink
ci: move EUI+ deployment step to the right pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Jun 25, 2024
1 parent 23fe716 commit 703458b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 10 additions & 2 deletions .buildkite/pipelines/pipeline_pull_request_deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 🏠/.buildkite/pipelines/pipeline_pull_request_deploy_docs.yml

steps:
- agents:
- command: .buildkite/scripts/pipelines/pipeline_deploy_docs.sh
label: ":newspaper: Build and deploy EUI documentation website"
agents:
provider: "gcp"
command: .buildkite/scripts/pipelines/pipeline_deploy_docs.sh
if: build.branch != "main" # We don't want to deploy docs on main, only on manual release
- command: .buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh
label: ":docusaurus: Build and deploy new documentation website"
agents:
provider: gcp
machineType: "n2-standard-1"
image: "family/eui-ubuntu-2204"
if: build.branch != "main"
6 changes: 0 additions & 6 deletions .buildkite/pipelines/pipeline_release_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ steps:
GIT_BRANCH: "${BUILDKITE_BRANCH}"
GIT_PULL_REQUEST_ID: "${BUILDKITE_PULL_REQUEST}"
GIT_TAG: "${BUILDKITE_TAG}"
- command: .buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh
label: ":docusaurus: Build and deploy new documentation website"
agents:
provider: gcp
machineType: "n2-standard-1"
image: "family/eui-ubuntu-2204"

0 comments on commit 703458b

Please sign in to comment.