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 \