We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33ad72 commit d7ccaaaCopy full SHA for d7ccaaa
.github/workflows/serverless-project.yml
@@ -47,13 +47,12 @@ jobs:
47
id: get_day
48
run: echo "day=$(date +'%a' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
49
50
- - uses: elastic/oblt-actions/oblt-cli/cluster-create-serverless@v1
+ - uses: elastic/oblt-actions/oblt-cli/cluster-create-custom@feature/support-wait
51
id: create_serverless
52
with:
53
- # TODO: support a different serverless oblt-cli template
54
- project-type: 'observability'
55
- target: 'production'
+ template: 'serverless-ea-it'
56
cluster-name-prefix: "${{ env.PREFIX }}-${{ steps.get_day.outputs.day }}"
+ parameters: '{"Target":"production":"ProjectType","observability"}'
57
github-token: ${{ steps.get_token.outputs.token }}
58
gitops: true
59
wait: '15'
0 commit comments