Skip to content

Commit

Permalink
Merge pull request #6043 from shaneknapp/testing-cicd-logodev
Browse files Browse the repository at this point in the history
[DH-301] testing for e2e CI/CD for image builds
  • Loading branch information
shaneknapp authored Aug 29, 2024
2 parents 293f365 + 28de8e1 commit 35c3143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
echo "hubploy deploy --verbose ${deployment} hub staging"
done < <(python .github/scripts/determine-hub-deployments.py)
hubploy deploy --verbose ${deployment} hub staging
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)
deploy-hubs-to-prod:
if: github.event_name == 'push' && github.ref == 'refs/heads/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"
echo "hubploy deploy --verbose ${deployment} hub prod"
done < <(python .github/scripts/determine-hub-deployments.py)
hubploy deploy --verbose ${deployment} hub prod
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)

0 comments on commit 35c3143

Please sign in to comment.