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.
- Host: GitHub
- URL: https://github.com/gungindi/ci-cd-implementation
- Owner: GungIndi
- Created: 2023-12-24T05:19:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T04:20:02.000Z (over 1 year ago)
- Last Synced: 2025-03-12T00:52:04.455Z (over 1 year ago)
- Topics: ci-cd, devops
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,