Skip to content
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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

kurunbelemir
Copy link
Collaborator

Checklist

  • I linked PR with a related issue
  • I added multiple screenshots/screencasts of my UI changes

Motivation and Context

Create a Github workflow for deployment.

Description

Steps for Testing

  1. ...

Screenshots

@kurunbelemir kurunbelemir self-assigned this Feb 8, 2025
@FelixTJDietrich
Copy link
Collaborator

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

@kurunbelemir kurunbelemir removed the request for review from FelixTJDietrich February 19, 2025 22:40
Comment on lines +46 to +48
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"html2canvas": "^1.4.1"
Copy link
Collaborator

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}"
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants