Skip to content

Commit

Permalink
fix positional args for hubploy
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 29, 2024
1 parent d77c68d commit 5dea919
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 @@ -101,7 +101,7 @@ jobs:
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy deploy --verbose ${deployment} hub staging
hubploy --verbose deploy ${deployment} hub staging
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)
deploy-hubs-to-prod:
Expand Down Expand Up @@ -195,5 +195,5 @@ jobs:
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy deploy --verbose ${deployment} hub prod
hubploy --verbose deploy ${deployment} hub prod
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)

0 comments on commit 5dea919

Please sign in to comment.