feat: ci/cd - #3
Merged
Merged
Conversation
dmironenko
force-pushed
the
feat-ci-cd
branch
2 times, most recently
from
October 6, 2025 22:34
564a552 to
eb1a805
Compare
There was a problem hiding this comment.
Pull Request Overview
Adds CI/CD support and refactors configuration handling to use explicit config file paths. Key changes include shifting from directory-based config discovery to direct file path usage with a new CLI flag, restructuring containerization (new Dockerfile location and compose file), and adding a CD workflow to build and push images.
- Introduces flag-based configuration loading and changes default config path semantics.
- Replaces old Docker setup with a new multi-stage build and compose layout; adds GitHub Actions CD workflow.
- Adjusts runtime config file name and port configuration.
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| internal/app/options.go | Adds flag parsing and changes default config file path. |
| internal/app/config.go | Switches to SetConfigFile, altering expected semantics of the path. |
| internal/app/app.go | Integrates flag-loading into app initialization. |
| configs/vixarapi.yaml | Changes port value format. |
| build/image/Dockerfile | New build image; alters build strategy and runtime environment. |
| build/compose.yaml | New compose file referencing new image build context and config path. |
| build/deps.go | Adds tool dependency tracking via build tag. |
| Makefile | Points DOCKER_COMPOSE_PATH to new compose file. |
| .github/workflows/cd.yaml | Adds CD pipeline for image build and push. |
| .env.dev | Updates CONFIG_PATH to a specific file path. |
| docker/Dockerfile | Removes old Docker build setup. |
| docker-compose.yaml | Removes old compose setup. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.