{"id":29427553,"url":"https://github.com/wheelfate/hello-continuous-deployment","last_synced_at":"2025-07-12T13:09:29.552Z","repository":{"id":303025156,"uuid":"1014175717","full_name":"WheelFate/hello-continuous-deployment","owner":"WheelFate","description":"Simple tutorial about continuous deployment","archived":false,"fork":false,"pushed_at":"2025-07-05T08:13:05.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T08:36:51.175Z","etag":null,"topics":["ci-cd","continuous-deployment","github-actions","html","tutorial"],"latest_commit_sha":null,"homepage":"https://wheelfate.github.io/hello-continuous-deployment/","language":"HTML","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/WheelFate.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}},"created_at":"2025-07-05T07:40:45.000Z","updated_at":"2025-07-05T08:13:08.000Z","dependencies_parsed_at":"2025-07-05T08:47:09.151Z","dependency_job_id":null,"html_url":"https://github.com/WheelFate/hello-continuous-deployment","commit_stats":null,"previous_names":["wheelfate/hello-continuous-deployment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WheelFate/hello-continuous-deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WheelFate%2Fhello-continuous-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WheelFate%2Fhello-continuous-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WheelFate%2Fhello-continuous-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WheelFate%2Fhello-continuous-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WheelFate","download_url":"https://codeload.github.com/WheelFate/hello-continuous-deployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WheelFate%2Fhello-continuous-deployment/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264995822,"owners_count":23695050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ci-cd","continuous-deployment","github-actions","html","tutorial"],"created_at":"2025-07-12T13:09:25.816Z","updated_at":"2025-07-12T13:09:29.536Z","avatar_url":"https://github.com/WheelFate.png","language":"HTML","readme":"# Hello, Continuous Deployment! 👋\n\nThis is a simple project designed to demonstrate the concept of **Continuous Deployment (CD)** for beginners using GitHub Actions and GitHub Pages.\n\n## ✨ Live Demo\n\n**[Click here to see the live website!](https://wheelfate.github.io/hello-continuous-deployment/)**\n\nThis website is automatically updated every time a new change is merged into the `main` branch.\n\n## 🤔 How Does It Work?\n\nWe use a simple pipeline: **Code Change -\u003e Automatic Deployment**.\n\n1.  **A Developer Makes a Change:** A developer makes a change to the `index.html` file on a new branch and opens a Pull Request.\n2.  **Code is Merged:** After a review, the Pull Request is merged into the `main` branch.\n3.  **GitHub Actions Triggers:** This merge event automatically triggers a workflow defined in the `.github/workflows/deploy.yml` file.\n4.  **The Workflow Runs:**\n    *   It checks out the latest code.\n    *   It does a tiny \"build\" step: it replaces the `VERSION_TIMESTAMP` text in `index.html` with the current date and time. This helps us see the new version is live.\n    *   It uploads the modified website files as an \"artifact.\"\n    *   It deploys this artifact to GitHub Pages.\n5.  **Website is Live!** Your changes are now visible on the public GitHub Pages URL for this repository, usually within a minute.\n\nThis is **Continuous Deployment**: a change that passes our process is automatically released to users without any manual intervention.\n\n## 🚀 How to Try It Yourself\n\n1.  **Fork this repository** to your own GitHub account.\n2.  In your forked repository, go to **Settings \u003e Pages**.\n3.  Under \"Build and deployment\", select **GitHub Actions** as the source.\n4.  Now, **make a change to the `index.html` file** (e.g., change the text in the `\u003ch1\u003e` tag).\n5.  **Commit the change to a new branch** and open a pull request to merge it into your `main` branch.\n6.  **Merge the pull request.**\n7.  Go to the **\"Actions\"** tab in your repository. You will see the workflow running!\n8.  Once it's complete (with a green checkmark ✅), go back to your **Settings \u003e Pages** to find your public URL and see your changes live!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwheelfate%2Fhello-continuous-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwheelfate%2Fhello-continuous-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwheelfate%2Fhello-continuous-deployment/lists"}