Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devops intern fullstack-assignmnet #41

Closed
wants to merge 7 commits into from
Closed

Devops intern fullstack-assignmnet #41

wants to merge 7 commits into from

Conversation

lf32
Copy link

@lf32 lf32 commented Oct 18, 2024

This pull request implements automation for our deployment process using Docker containers and Jenkins pipelines. By optimizing the deployment workflow, we aim to improve the efficiency and reliability of delivering application updates.

  • Created Dockerfile and .dockerignore to define container images and exclude unnecessary files from the build context.
  • Added docker-compose.yml to orchestrate the deployment of multiple containers.
  • Implemented entrypoint.sh and wait-for-sqlite.sh scripts to manage container initialization and database synchronization.
  • Updated Jenkinsfile to define CI/CD pipelines for building, testing, and deploying the application.
  • Configured Jenkins pipelines to automatically trigger deployments based on code changes in the repository.

Images
Screenshot 2024-10-18 at 12 27 04 PM
Screenshot 2024-10-18 at 12 27 39 PM

@lf32 lf32 closed this by deleting the head repository Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant