Skip to content

Commit

Permalink
Merge pull request #6074 from felder/felder_enable_nature_deployment
Browse files Browse the repository at this point in the history
enabling nature hub deployment
  • Loading branch information
felder authored Sep 4, 2024
2 parents b5c24e1 + affcc5e commit 7f6357f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)

0 comments on commit 7f6357f

Please sign in to comment.