Skip to content

Commit

Permalink
Enable DB backup and restore for production_aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Oct 5, 2023
1 parent f90f689 commit 3739df5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/restore-paas-db-to-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
- run: |
test_cluster_rg=s189t01-tsc-ts-rg
test_cluster_name=s189t01-tsc-test-aks
production_cluster_rg=s189p01-tsc-pd-rg
production_cluster_name=s189p01-tsc-production-aks
case "${ENVIRONMENT_NAME}" in
development_aks)
Expand Down

0 comments on commit 3739df5

Please sign in to comment.