Skip to content

Commit d7ccaaa

Browse files
committed
1 parent b33ad72 commit d7ccaaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/serverless-project.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ jobs:
4747
id: get_day
4848
run: echo "day=$(date +'%a' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
4949

50-
- uses: elastic/oblt-actions/oblt-cli/cluster-create-serverless@v1
50+
- uses: elastic/oblt-actions/oblt-cli/cluster-create-custom@feature/support-wait
5151
id: create_serverless
5252
with:
53-
# TODO: support a different serverless oblt-cli template
54-
project-type: 'observability'
55-
target: 'production'
53+
template: 'serverless-ea-it'
5654
cluster-name-prefix: "${{ env.PREFIX }}-${{ steps.get_day.outputs.day }}"
55+
parameters: '{"Target":"production":"ProjectType","observability"}'
5756
github-token: ${{ steps.get_token.outputs.token }}
5857
gitops: true
5958
wait: '15'

0 commit comments

Comments
 (0)