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

GitHub actions #30

Merged
merged 3 commits into from
Dec 11, 2023
Merged

GitHub actions #30

merged 3 commits into from
Dec 11, 2023

Conversation

wwoszczek
Copy link
Collaborator

  • backend on every push/pull request on main branch
  • frontend for every push/pull request on main branch which makes changes in web folder

For backend CD/CI:

  1. checkout code
  2. create .env file
  3. install packages
  4. run tests

Only if test pass, the next job is executed:
5. Pull model from DVC
6. Login to docker
7. Build backend image, name in comprehensive way
8. Push to DockerHub

For Frontend CD/CI:

  1. checkout code
  2. install packages
  3. login to docker
  4. Build frontend image, name in comprehensive way
  5. Push to DockerHub

Copy link

dagshub bot commented Dec 6, 2023

@tern19 tern19 merged commit dcf3633 into main Dec 11, 2023
4 checks passed
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.

2 participants