{"id":32807091,"url":"https://github.com/20bcs9772/devops-pipeline","last_synced_at":"2026-04-17T13:32:00.554Z","repository":{"id":321034552,"uuid":"1084096294","full_name":"20bcs9772/devops-pipeline","owner":"20bcs9772","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-27T11:15:54.000Z","size":1744,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-06T15:03:07.009Z","etag":null,"topics":["cicd","deployment","devops","github","pipeline"],"latest_commit_sha":null,"homepage":"https://devops-pipeline-rosy.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20bcs9772.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-27T08:06:02.000Z","updated_at":"2025-10-27T11:15:57.000Z","dependencies_parsed_at":"2025-10-27T13:13:16.952Z","dependency_job_id":"cda64daf-ad26-4d91-b354-41ca4fa90503","html_url":"https://github.com/20bcs9772/devops-pipeline","commit_stats":null,"previous_names":["20bcs9772/devops-pipeline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/20bcs9772/devops-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2Fdevops-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2Fdevops-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2Fdevops-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2Fdevops-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20bcs9772","download_url":"https://codeload.github.com/20bcs9772/devops-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20bcs9772%2Fdevops-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","deployment","devops","github","pipeline"],"created_at":"2025-11-06T15:01:14.935Z","updated_at":"2026-04-17T13:32:00.549Z","avatar_url":"https://github.com/20bcs9772.png","language":"TypeScript","readme":"# DevOps Pipeline — GitHub Actions + Pages CI/CD Demo\n\nThis project showcases a fully automated **CI/CD pipeline** experience.\nUsers can trigger a live workflow that:\n\n1. Connects their GitHub account (OAuth)\n2. Forks a template repository automatically\n3. Enables GitHub Actions on the fork\n4. Commits a change to trigger CI workflow\n5. Builds and deploys a live site using **GitHub Pages**\n6. Tracks deployment progress via the GitHub Actions API\n\n\n---\n\n## Features\n\n| Feature                 | Description                                        |\n| ----------------------- | -------------------------------------------------- |\n| OAuth Authentication    | Secure login to GitHub using server-proxied OAuth  |\n| Automated Repo Forking  | Forks a starter template directly to user’s GitHub |\n| Enable Workflows        | Guides the user through required GitHub approval   |\n| Auto-Commit Changes     | Pushes commits that trigger CI builds              |\n| GitHub Pages Deployment | Publishes a live website automatically             |\n| Live Build Status       | Polls GitHub Actions API in real-time              |\n| Error Handling + Retry  | Graceful fallback for failed build attempts        |\n\n---\n\n## Pipeline Flow\n\n```mermaid\ngraph LR;\n  A[User Clicks Start] --\u003e B[GitHub OAuth Login];\n  B --\u003e C[Fork Template Repo];\n  C --\u003e D[Enable GitHub Actions and Pages];\n  D --\u003e E[Commit File to Trigger CI];\n  E --\u003e F[GitHub Actions Build];\n  F --\u003e G[Deploy to GitHub Pages];\n  G --\u003e H[Show Live Site];\n```\n\n---\n\n## Requirements\n\n| Requirement                    | Version  |\n| ------------------------------ | -------- |\n| Node.js                        | 18+      |\n| GitHub OAuth App               | Required |\n| GitHub Actions \u0026 Pages enabled | Platform |\n\nYour `.env` should include:\n\n```\nGITHUB_CLIENT_ID=\nGITHUB_CLIENT_SECRET=\nDEMO_OWNER=\nDEMO_REPO=\n```\n\n\n---\n\n## Running Locally\n\n```bash\npnpm install\npnpm run dev\n```\n\nOpen: **[http://localhost:3000](http://localhost:3000)**\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20bcs9772%2Fdevops-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20bcs9772%2Fdevops-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20bcs9772%2Fdevops-pipeline/lists"}