Skip to content

Commit

Permalink
Merge pull request #6267 from shaneknapp/enable-datahub-cicd
Browse files Browse the repository at this point in the history
[DH-301] enable datahub ci/cd
  • Loading branch information
shaneknapp authored Sep 25, 2024
2 parents 4264822 + 6580225 commit 88f0087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/scripts/determine-hub-deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def main(args):
"--ignore",
"-i",
nargs="*",
action="extend",
default=["template"],
help="Ignore one or more deployment targets."
)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
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 gradebook logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee dev publichealth eecs julia data102 ischool data8 data100)
done < <(python .github/scripts/determine-hub-deployments.py --ignore edx)
deploy-hubs-to-prod:
if: github.event_name == 'push' && github.ref == 'refs/heads/prod'
Expand Down Expand Up @@ -198,4 +198,4 @@ jobs:
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 gradebook logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee dev publichealth eecs julia data102 ischool data8 data100)
done < <(python .github/scripts/determine-hub-deployments.py --ignore edx)

0 comments on commit 88f0087

Please sign in to comment.