UniversityOfHelsinkiCS / distributed-file-system

5 stars 0 forks source link

Configure CI/CD pipeline #6

Open valtterikantanen opened 5 days ago

valtterikantanen commented 5 days ago

We need to build a new image and push it to DockerHub after the tests have been run successfully.

evahteri commented 2 days ago

Related PR: https://github.com/UniversityOfHelsinkiCS/distributed-file-system/pull/8 Deploy is still failing, because it cannot reach the secrets for some reason. need to investigate why Screenshot from 2024-11-23 16-20-57

valtterikantanen commented 2 days ago

There seems to be a small typo in the workflow file:

https://github.com/UniversityOfHelsinkiCS/distributed-file-system/blob/ac482fc69876eb2cdaf3bcd97da3552235ef41da/.github/workflows/deploy.yml#L14-L16

The secrets are actually DOCKER_HUB_USER and DOCKER_HUB_TOKEN