Skip to content

chore: release 2.15.3 #284

chore: release 2.15.3

chore: release 2.15.3 #284

Workflow file for this run

name: docs:deploy:tag
on:
push:
tags:
- "v*"
- "!v1.1.*"
- "!v1.0.*"
repository_dispatch:
types: ["docs:deploy:tag"]
workflow_dispatch:
jobs:
deploy-prod:
uses: ./.github/workflows/_docs_deploy.yml
with:
persistent: true
env: production
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_PROD }}
deploy-test:
uses: ./.github/workflows/_docs_deploy.yml
with:
env: test
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_DEV }}
notify:
if: always()
needs:
- deploy-prod
- deploy-test
uses: ./.github/workflows/_notification.yml
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
notificationChannel: ${{ secrets.LOOP_NOTIFICATION_CHANNEL }}