ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Application deployment #29

Open HimaDeepikaM opened 3 months ago

HimaDeepikaM commented 3 months ago

Description:

  1. We will be using Git for automating the deployment of the Capstone Management System to the test environment, as it is used as the version control system to store and manage the codebase for our project. 2. For deployment automation Ansible, or GitHub CI/CD pipelines can be utilized to fetch the latest code from the Git repository and automate the deployment process efficiently as these tools provide features for continuous integration, deployment, and monitoring, ensuring a streamlined and reliable deployment workflow for the Capstone Management System.

Definition of done : Deployment scripts developed to automatically fetch the latest version of the application from the version control system and feed it to the test environment.