An open API service indexing awesome lists of open source software.

https://github.com/gungindi/ci-cd-implementation

CI/CD Final Project for Server Management Course in College.
https://github.com/gungindi/ci-cd-implementation

ci-cd devops

Last synced: 9 months ago
JSON representation

CI/CD Final Project for Server Management Course in College.

Awesome Lists containing this project

README

          

# CI-CD Implementation with Github Actions

This CI/CD final project was developed for the Server Management course in college, focusing on automating the software delivery process. The Continuous Integration (CI) pipeline handles dependency installation, builds a Docker image, and pushes it to Docker Hub for containerized deployment. The Continuous Deployment (CD) process establishes an SSH connection to the server, pulls the latest image, and deploys the application,