Skip to content

Deploy main to dev,ops by @joey-grafana #4

Deploy main to dev,ops by @joey-grafana

Deploy main to dev,ops by @joey-grafana #4

Workflow file for this run

name: CD
run-name: Deploy main to dev,ops by @${{ github.actor }}
on:
push:
branches:
- main
permissions:
contents: "write"
id-token: "write"
attestations: "write"
pull-requests: "read"
jobs:
CD:
name: Deploy plugin
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v7.0.0
with:
branch: ${{ github.event_name == 'push' && github.ref_name || github.ref }}
environment: dev,ops
attestation: true
run-playwright: false
grafana-cloud-deployment-type: provisioned
auto-merge-environments: dev,ops
argo-workflow-slack-channel: "#proj-tracesdrilldown-cd"
plugin-version-suffix: ${{ github.event_name == 'push' && github.sha || github.event.pull_request.head.sha }}