Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Aug 29, 2024
1 parent 327179e commit 97dfae8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/cdr-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
description: |
Name with letters, numbers, hyphens; start with a letter. Max 20 chars. e.g., 'my-env-123'
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: "The version of the ELK stack: For BC use version without hash 8.x.y, for SNAPSHOT use 8.x.y-SNAPSHOT"
Expand All @@ -34,11 +39,11 @@ jobs:
contents: 'read'
id-token: 'write'
with:
# TODO: replace 'cdr-run' with inputs.deployment-name
deployment_name: 'cdr-run'
# deployment_name: ${{ inputs.deployment-name }}
# TODO: replace 'cdr-run' with ${{ inputs.deployment-name }}
deployment_name: 'cdr-run-test'
ess-region: 'gcp-us-west2'
# TODO: replace '8.16.0' with inputs.elk-stack-version
# TODO: replace '8.16.0' with ${{ inputs.elk-stack-version }}
elk-stack-version: '8.16.0-SNAPSHOT'
# TODO: replace 'false' with ${{ inputs.serverless_mode }}
serverless_mode: false
cdr-infra: true

0 comments on commit 97dfae8

Please sign in to comment.