Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1013 Bytes

File metadata and controls

50 lines (35 loc) · 1013 Bytes

🚀 Quick Push Guide

Before You Push - Replace These

  1. In README.md - Find and replace:

    • YOUR_USERNAME → Your GitHub username (multiple places)
    • 34.228.159.84 → Your actual EC2 IP (if different)
  2. In GitHub - Configure 8 Secrets (Settings → Secrets → Actions):

    AWS_ACCESS_KEY_ID
    AWS_SECRET_ACCESS_KEY
    AWS_REGION
    ECR_REGISTRY
    ECR_REPOSITORY
    EC2_HOST
    EC2_USER
    EC2_SSH_KEY
    

Push Commands

cd "C:\Users\Aashish kumar\Videos\mlproject"

git add .

git commit -m "feat: complete MLOps deployment with CI/CD"

git push origin main

After Push

  1. Watch: https://github.com/aashishkumar-tech/mlproject/actions
  2. Test: http://YOUR_EC2_IP/
  3. ⭐ Star your own repo to show confidence!

✅ Your project showcases:

  • Automated CI/CD (GitHub Actions)
  • Docker containerization
  • AWS cloud deployment (EC2, ECR)
  • Production-ready configuration
  • Professional documentation

Perfect for DevOps/MLOps roles! 🎯