Skip to content

Commit

Permalink
add workflow for aks database backup and restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 28, 2024
1 parent deeb40f commit 58fdeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backup-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
environment:
description: Environment to backup
required: true
default: development
default: test
type: choice
options:
- development
- test
- preprod
- production
backup-file:
description: |
Expand Down

0 comments on commit 58fdeb0

Please sign in to comment.