Skip to content

chore(ci): remove deploy test docs #698

chore(ci): remove deploy test docs

chore(ci): remove deploy test docs #698

name: docs:deploy:latest
on:
push:
branches:
- main
repository_dispatch:
types: ["docs:deploy:latest"]
workflow_dispatch:
jobs:
deploy-prod:
uses: ./.github/workflows/_docs_deploy.yml
with:
persistent: true
env: production
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_PROD }}
notify:
if: always()
needs:
- deploy-prod
uses: ./.github/workflows/_notification.yml
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
notificationChannel: ${{ secrets.LOOP_NOTIFICATION_CHANNEL }}