mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[cft] Add support for creating a new deployment (#138243)
* [cft] Add support for creating a new redeployment - Adds a new label `ci:cloud-redeploy` that will always create a fresh deployment - Deprecates `ci:deploy-cloud` in favor of namespacing `ci:cloud-deploy` * booleans
This commit is contained in:
parent
e5550d466c
commit
946e094637
4 changed files with 41 additions and 18 deletions
|
@ -31,9 +31,13 @@ Build documentation from the root `docs` folder.
|
|||
|
||||
Labels can be added to a pull request to run conditional pipelines.
|
||||
|
||||
#### `ci:deploy-cloud`
|
||||
#### `ci:cloud-deploy`
|
||||
|
||||
Deploy a pull request to Elastic Cloud. Deployment information will be available as an annotation at the top of a build. Access credentials will be available in vault.
|
||||
Create or update a deployment on Elastic Cloud.
|
||||
|
||||
#### `ci:cloud-redeploy`
|
||||
|
||||
Create a new deployment on Elastic Cloud. Previous deployments linked to a pull request will be shutdown and data will not be preserved.
|
||||
|
||||
#### `ci:build-all-platforms`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue