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

Bugfix/access config db before db is running #24

Closed

Commits on Nov 16, 2023

  1. fix(configuration): put retrieve configuration in db from configs fol…

    …der to handlers
    
    avoid circular dependency
    quannhg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    94c78ba View commit details
    Browse the repository at this point in the history
  2. feat(cd): implement CD for cloned containers to ensure the success of…

    … development deployments
    
    Implement CD for cloned containers to validate successful development deployments. On an open pull
    request to the staging branch, deploy a clone of the intended container to the development server
    for validation. On a closed pull request, remove all test deployment containers, images, and
    folders.
    quannhg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c0d9f07 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix(cd): separate ports and docker-compose file for test deployment s…

    …ervice and developer service
    
    Refactor the project to use distinct ports and Docker-compose files for the test deployment service
    and the developer service. Introduce separate naming conventions and utilize new environment
    variables for improved clarity and maintainability.
    quannhg committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c286532 View commit details
    Browse the repository at this point in the history