From b003eb893055b1c2d888024f22610801269610d1 Mon Sep 17 00:00:00 2001 From: katerynaZh Date: Fri, 27 Jun 2025 12:09:51 +0200 Subject: [PATCH] Add Firewall Rule --- .github/workflows/pgdb-create.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pgdb-create.yaml b/.github/workflows/pgdb-create.yaml index c2c53a5..a0e311d 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -44,8 +44,8 @@ jobs: --tier Burstable \ --sku-name Standard_B1ms \ --storage-size 32 \ - --version 16 \ - --yes + --version 16 + --public-access 13.82.232.186 echo "Add Firewall Rule" az postgres flexible-server firewall-rule create \