Skip to content

Copy PAAS databases to AKS #67

Copy PAAS databases to AKS

Copy PAAS databases to AKS #67

Workflow file for this run

name: Copy PAAS databases to AKS
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # 02:00 UTC
jobs:
restore_db:
name: Restore DB
strategy:
matrix:
environment: [production]
max-parallel: 1
uses: ./.github/workflows/restore-paas-db-to-aks.yml
with:
environment: ${{ matrix.environment }}
secrets: inherit