{"id":17006832,"url":"https://github.com/malaskowski/example-gh-actions-cicd","last_synced_at":"2026-05-06T20:40:16.880Z","repository":{"id":253790313,"uuid":"844441487","full_name":"malaskowski/example-gh-actions-cicd","owner":"malaskowski","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-19T09:31:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T11:48:11.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":false,"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/malaskowski.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}},"created_at":"2024-08-19T09:09:51.000Z","updated_at":"2024-08-19T12:13:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"57a5cb55-e111-47b1-9176-65f03baffcfe","html_url":"https://github.com/malaskowski/example-gh-actions-cicd","commit_stats":null,"previous_names":["malaskowski/example-gh-actions-cicd"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/malaskowski/example-gh-actions-cicd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malaskowski%2Fexample-gh-actions-cicd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malaskowski%2Fexample-gh-actions-cicd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malaskowski%2Fexample-gh-actions-cicd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malaskowski%2Fexample-gh-actions-cicd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malaskowski","download_url":"https://codeload.github.com/malaskowski/example-gh-actions-cicd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malaskowski%2Fexample-gh-actions-cicd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32711941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":[],"created_at":"2024-10-14T05:23:44.174Z","updated_at":"2026-05-06T20:40:16.863Z","avatar_url":"https://github.com/malaskowski.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample CI/CD Pipeline built with GitHub Actions\n\nThis is a sample CI/CD pipeline built with GitHub Actions and AWS EKS cluster.\n\nThe pipeline is triggered when a new commit is pushed to the `main` branch.\n\nRepository structure:\n```bash\n.\n├── .github\n│   ├── scripts     # contains the scripts used in the pipeline\n│   └── workflows   # contains the GitHub Actions workflow file\n├── api-server      # contains the API server code (only a placeholder)\n└── webapp          # contains the webapp code (only a placeholder)\n```\n\n## Worflows\n\n### Continuous Integration (CI)\n- `CI: Checks` (`ci-checks.yml`) workflow is triggered on every push to the `main` branch as well on every Pull Request change. It and automates the process of checking the code quality and running unit tests for the applications.\n\n### Continous Delivery (CD)\n\n- **Stage: release and deploy** (`cd-stage-release-and-deploy.yml`) workflow automates the process of creating a new tag, building and pushing Docker images for the webapp and API server, and deploying these images to the development and staging environments. It also includes a step to destroy the development environment after deployment. Each job in the workflow depends on the successful completion of previous jobs, ensuring a sequential execution.\n- **Stage: rollback** (`cd-stage-rollback.yml`) workflow automates the process of rolling back the deployment to the previous version.\n\n### Ephimeral Environments\n- **Ephemeral: deploy EKS environment** (`ephemeral-deploy-env.yml`) workflow is triggered manually and automates the deployment of an EKS environment. It builds Docker images for the webapp and API server using the `build-and-push.yml` workflow, calculates a namespace based on the branch name, and then deploys these images to the development environment using the `deploy-and-test.yml` workflow. Each step depends on the successful completion of the previous steps, ensuring a sequential execution.\n- **Ephemeral: dispose EKS environment** (`ephemeral-dispose-env.yml`) workflow is triggered manually and automates the destruction of an EKS environment. It destroys the development environment and the namespace associated with the branch name.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalaskowski%2Fexample-gh-actions-cicd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalaskowski%2Fexample-gh-actions-cicd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalaskowski%2Fexample-gh-actions-cicd/lists"}