Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

chore(deps-dev): bump org.jenkins-ci.main:jenkins-core from 2.452.4 to 2.462.3 #161

chore(deps-dev): bump org.jenkins-ci.main:jenkins-core from 2.452.4 to 2.462.3

chore(deps-dev): bump org.jenkins-ci.main:jenkins-core from 2.452.4 to 2.462.3 #161

---
name: test-deploy-my-kibana
on:
issue_comment:
types:
- created
permissions:
contents: read
jobs:
deploy-my-kibana:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/oblt-deploy'}}
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/deploy-my-kibana@test/support-serverless
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
deploy-my-kibana-serverless:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/oblt-deploy-serverless'}}
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/deploy-my-kibana@test/support-serverless
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
serverless: true