-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix bug in deployment setup preventing CD from building metadata-validation service #624
Closed
2 of 4 tasks
Comments
placek
added a commit
that referenced
this issue
Apr 5, 2024
The user story described a bug in the deployment setup preventing the continuous deployment (CD) of the metadata-validation service. The issue stemmed from the deployment environment lacking access to the directory housing the necessary Dockerfile and its context. To resolve this, the deployment setup needed adjustments to enable the CD process for the metadata-validation service, ensuring the latest changes are reflected in the production environment. In this commit, the version of the checkout action in the build-and-deploy-dev.yml workflow file was updated from v3 to v4. This modification aims to address the bug by utilizing the newer version of the checkout action, potentially resolving the access issues to the directory containing the Dockerfile and its context, hence facilitating the successful building and deployment of the metadata-validation service in the CD pipeline.
placek
added a commit
that referenced
this issue
Apr 5, 2024
placek
added a commit
that referenced
this issue
Apr 5, 2024
placek
added a commit
that referenced
this issue
Apr 5, 2024
placek
added a commit
that referenced
this issue
Apr 5, 2024
…nt-setup-preventing-cd-from-building-metadata-validation-service [#624] Fix bug in deployment setup preventing CD from building metadata-validation service
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer,
I want to enable continuous deployment (CD) for the metadata-validation service
so that the service can be automatically built and deployed, ensuring the latest changes are reflected in the production environment.
Summary:
A bug in the deployment setup is causing issues with the CD process, specifically hindering the building of the metadata-validation service. The problem arises due to the deployment environment lacking access to the directory housing the necessary Dockerfile and its context, thereby preventing the successful build of the service.
Example of failure: https://github.com/IntersectMBO/govtool/actions/runs/8553062008/job/23435454409#step:6:506
Acceptance Criteria:
To resolve the bug in the deployment setup and enable the CD process for the metadata-validation service, the following tasks need to be performed:
The text was updated successfully, but these errors were encountered: