Skip to content

Commit

Permalink
add serverless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Nov 26, 2023
1 parent 59ab671 commit 0a35d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ on:
description: Name of the deployment to create
type: string
required: true
serverless_mode:
description: "Deploy a serverless project instead of an ESS deployment"
type: boolean
required: true
default: false
elk-stack-version:
required: true
description: "Stack version: For released/BC version use 8.x.y, for SNAPSHOT use 8.x.y-SNAPSHOT"
Expand Down

0 comments on commit 0a35d9c

Please sign in to comment.