From 754e1b9557d3a6bdd256cfc73874803ae247a34c Mon Sep 17 00:00:00 2001 From: John Ake Date: Thu, 14 Sep 2023 14:45:38 +0100 Subject: [PATCH] add db refresh from paas to aks --- .github/workflows/restore-paas-db-to-aks.yml | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/restore-paas-db-to-aks.yml b/.github/workflows/restore-paas-db-to-aks.yml index 84a2f175..c8ad892f 100644 --- a/.github/workflows/restore-paas-db-to-aks.yml +++ b/.github/workflows/restore-paas-db-to-aks.yml @@ -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"