Skip to content

Commit

Permalink
add db refresh from paas to aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 14, 2023
1 parent e42d64c commit 754e1b9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/restore-paas-db-to-aks.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Backup and restore Postgres DB from PAAS to AKS

on:
workflow_dispatch:
inputs:
environment:
type: choice
options:
- development
workflow_dispatch:
inputs:
environment:
type: choice
options:
- development

jobs:
backup:
name: Backup from PAAS
runs-on: ubuntu-latest
backup:
name: Backup from PAAS
runs-on: ubuntu-latest

steps:
- run: |
echo "Hello World"
steps:
- run: |
echo "Hello World"

0 comments on commit 754e1b9

Please sign in to comment.