GitHub built-in CICD tool

Just write deploy.yml in .github/workflows/

When I push code → GitHub auto runs scripts.

✅ CI = Continuous Integration

When you push code:

✅ CD = Continuous Deployment

After building OK → GitHub automatically deploys: