Skip to content

Commit

Permalink
Merge pull request #6096 from shaneknapp/fix-typo
Browse files Browse the repository at this point in the history
fix typo and better wording in the hub deploy workflows
  • Loading branch information
shaneknapp authored Sep 5, 2024
2 parents 8c9fee7 + 7e1ae46 commit 67a7c5b
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 @@ -100,7 +100,7 @@ jobs:
if: ${{ env.DEPLOY }}
run: |
while read deployment; do
echo "Depoying base hub image to ${deployment}"
echo "Deploying single-user image and hub config 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 ugr01 data101)
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
if: ${{ env.DEPLOY }}
run: |
while read deployment; do
echo "Deploying base hub image to ${deployment}"
echo "Deploying single-user image and hub config 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 ugr01 data101)

0 comments on commit 67a7c5b

Please sign in to comment.