Skip to content

Commit

Permalink
twiddle the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 4, 2024
1 parent b10684b commit 2730b97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
if: ${{ env.DEPLOY }}
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
echo "Depoying base hub image to ${deployment}"
hubploy --verbose deploy --timeout 30m ${deployment} hub staging
echo
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20 nature a11y)
deploy-hubs-to-prod:
Expand Down Expand Up @@ -194,6 +195,7 @@ jobs:
if: ${{ env.DEPLOY }}
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
echo "Deploying base hub image to ${deployment}"
hubploy --verbose deploy --timeout 30m ${deployment} hub prod
echo
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20 nature a11y)

0 comments on commit 2730b97

Please sign in to comment.