-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new deployment configuration for shiny #6110
Use new deployment configuration for shiny #6110
Conversation
.github/workflows/deploy-hubs.yaml
Outdated
@@ -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 logodev stat159 stat20 nature a11y ugr01 data101 astro biology cee) | |||
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put this in a 2nd PR, we don't want to accidentally deploy before the image is built
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you also need to add this to the second job to ensure that it's deployed to prod (again in the 2nd PR)
.circleci/config.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also delete the gradebook entries in circleci
No description provided.