From affcc5ebb96dd7e8f4ccb6a81ebf3c8f2bfee020 Mon Sep 17 00:00:00 2001 From: Jonathan Felder Date: Wed, 4 Sep 2024 11:16:32 -0700 Subject: [PATCH] enabling nature hub deployment --- .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 969ae17a5..39f0424a2 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 stat20) + done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20 nature) 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 stat20) + done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20 nature)