Automated the application deployment process using Gitea and Jenkins. Code changes were pushed to Gitea and processed through a Jenkins CI/CD pipeline. The pipeline performed code validation and testing, built Docker images, ran security scanning with Trivy, and deployed the application to the server. This reduced manual deployment work and created a consistent, repeatable deployment process.