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

[#624] Fix bug in deployment setup preventing CD from building metadata-validation service #635

Conversation

placek
Copy link
Contributor

@placek placek commented Apr 5, 2024

Closes #624.

This is possible fix for issues encountered in CI/CD.

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 placek self-assigned this Apr 5, 2024
@placek placek requested a review from adgud as a code owner April 5, 2024 09:17
@placek placek linked an issue Apr 5, 2024 that may be closed by this pull request
4 tasks
@placek placek added 🐛 Bug Something isn't working 🏗 Infrastructure labels Apr 5, 2024
@placek placek requested a review from MSzalowski April 5, 2024 09:25
@placek placek merged commit b425ff3 into develop Apr 5, 2024
@placek placek deleted the fix/624-fix-bug-in-deployment-setup-preventing-cd-from-building-metadata-validation-service branch April 5, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🏗 Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix bug in deployment setup preventing CD from building metadata-validation service
2 participants