Introduction of Automated Deployment
A new automated deployment process has been set up. This process installs necessary dependencies and preparatory tasks for an application deployment and automatically deploys the application to appropriate environments based on the related branch information.
Ignoring Version Control File
Told Git to ignore 'GIT_COMMIT_TAG_VERSION' file. This file contains version control information and is not needed in the repository.
Registration of New Component
Updated 'AppServiceProvider.php' to register a new component that will render version control information. This allows the system to remember version details.
Creation of Version Component
Added a new component file to display the version control information. This data is sourced from the 'GIT_COMMIT_TAG_VERSION' file and will assist users in understanding the current version state.
Configuration for Different Deployments
A new file for 'Vapor' has been added, which contains settings that aid in deploying the application to different environments (such as production, staging, and QA). These configurations specify the settings and behaviours for deployments in these environments.
PR Summary
Introduction of Automated Deployment A new automated deployment process has been set up. This process installs necessary dependencies and preparatory tasks for an application deployment and automatically deploys the application to appropriate environments based on the related branch information.
Ignoring Version Control File Told Git to ignore 'GIT_COMMIT_TAG_VERSION' file. This file contains version control information and is not needed in the repository.
Registration of New Component Updated 'AppServiceProvider.php' to register a new component that will render version control information. This allows the system to remember version details.
Creation of Version Component Added a new component file to display the version control information. This data is sourced from the 'GIT_COMMIT_TAG_VERSION' file and will assist users in understanding the current version state.
Configuration for Different Deployments A new file for 'Vapor' has been added, which contains settings that aid in deploying the application to different environments (such as production, staging, and QA). These configurations specify the settings and behaviours for deployments in these environments.