Skip to content

Commit 20d269b

Browse files
committed
add asia to the GA deploy workflows
1 parent b7b6baa commit 20d269b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-testnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
region: [us-central1, europe-west1]
20+
region: [us-central1, europe-west1, asia-east1]
2121

2222
steps:
2323
- name: Checkout
@@ -41,6 +41,8 @@ jobs:
4141
REGION_PREFIX="us"
4242
elif [[ "${{ matrix.region }}" == "europe-west1" ]]; then
4343
REGION_PREFIX="eu"
44+
elif [[ "${{ matrix.region }}" == "asia-east1" ]]; then
45+
REGION_PREFIX="asia"
4446
fi
4547
echo "Restarting testnet collator in ${{ matrix.region }}..."
4648
kubectl rollout restart statefulset/testnet-${REGION_PREFIX}-idn-collator -n idn-testnet

0 commit comments

Comments
 (0)