- Added a step to copy the .drone.yml configuration file to the temporary distribution directory during the deployment process.
- This change ensures that the necessary Drone configuration is included with the deployment artifacts, improving the deployment workflow.
- Introduced a new Drone CI/CD pipeline configuration for automated deployment on the 'deploy-branch'.
- Created a deployment script that builds the project, manages temporary directories, and handles git operations for pushing build artifacts.
- Updated the .env.example file to reflect new environment variable configurations for deployment.
- Enhanced .gitignore to include temporary distribution files.
These changes streamline the deployment process and improve project management for production releases.