From fef58698740b307c94fed85f74dc8dfc5c68d23b Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Tue, 3 Sep 2024 13:53:15 -0700 Subject: [PATCH] Add stat20 to workflow. --- .github/workflows/deploy-hubs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 4ff7da1d5..969ae17a5 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -102,7 +102,7 @@ jobs: while read deployment; do echo "Pretending to deploy base hub image to ${deployment} :P" hubploy --verbose deploy --timeout 30m ${deployment} hub staging - done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159) + done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20) deploy-hubs-to-prod: if: github.event_name == 'push' && github.ref == 'refs/heads/prod' @@ -196,4 +196,4 @@ jobs: while read deployment; do echo "Pretending to deploy base hub image to ${deployment} :P" hubploy --verbose deploy --timeout 30m ${deployment} hub prod - done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159) + done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20)