-
Notifications
You must be signed in to change notification settings - Fork 0
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
97 add docker and GitHub workflow #98
base: main
Are you sure you want to change the base?
Conversation
Let me know when this PR is ready for review via Slack. I will not necessarily respond to request review from GitHub. It's also still in a draft state so I don't know what to do with it |
"@emotion/react": "^11.14.0", | ||
"@emotion/styled": "^11.14.0", | ||
"html2canvas": "^1.4.1" |
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.
dependencies version should be a fixed number, you should remove ^ from the beginning.
Why do we need html2canvas here?
|
||
services: | ||
webapp: | ||
image: "ghcr.io/ls1intum/apollon2/apollon2:${IMAGE_TAG}" |
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.
if we use GitHub container registry, should we keep scripts related to the docker hub? We don't need to also publish to the docker hub I guess.
Checklist
Motivation and Context
Create a Github workflow for deployment.
Description
Steps for Testing
Screenshots