Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pgdb-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
--sku-name Standard_B1ms \
--storage-size 32 \
--version 16
--yes

echo "Add Firewall Rule"
az postgres flexible-server firewall-rule create \
Expand All @@ -54,7 +55,7 @@ jobs:
--start-ip-address $IP \
--end-ip-address $IP
--yes

echo "Check PostgreSQL server status"
az postgres flexible-server show \
--name $PGDB_NAME \
Expand Down