{"id":13574506,"url":"https://github.com/gitploy-io/gitploy","last_synced_at":"2026-01-14T12:33:34.286Z","repository":{"id":37459680,"uuid":"391588357","full_name":"gitploy-io/gitploy","owner":"gitploy-io","description":"Build the deployment system around GitHub in minutes.","archived":true,"fork":false,"pushed_at":"2024-05-27T02:04:08.000Z","size":8150,"stargazers_count":253,"open_issues_count":15,"forks_count":16,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-04T15:39:49.892Z","etag":null,"topics":["cicd","continuous-delivery","continuous-deployment","deployment","deployment-pipeline","devops","github","github-actions","github-deploy","github-deployment"],"latest_commit_sha":null,"homepage":"https://www.gitploy.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitploy-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2021-08-01T09:52:30.000Z","updated_at":"2025-03-13T09:15:58.000Z","dependencies_parsed_at":"2024-01-14T03:51:26.928Z","dependency_job_id":"e311441b-184a-4e97-a9cb-3b252f94483b","html_url":"https://github.com/gitploy-io/gitploy","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/gitploy-io/gitploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitploy-io%2Fgitploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitploy-io%2Fgitploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitploy-io%2Fgitploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitploy-io%2Fgitploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitploy-io","download_url":"https://codeload.github.com/gitploy-io/gitploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitploy-io%2Fgitploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","continuous-delivery","continuous-deployment","deployment","deployment-pipeline","devops","github","github-actions","github-deploy","github-deployment"],"created_at":"2024-08-01T15:00:52.185Z","updated_at":"2026-01-14T12:33:34.259Z","avatar_url":"https://github.com/gitploy-io.png","language":"Go","readme":"# Gitploy \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./images/logo.png\"\u003e\u003cbr/\u003e  \n  \u003cimg src=\"https://img.shields.io/github/v/release/gitploy-io/gitploy?display_name=release\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/gitploy-io/gitploy?include_prereleases\u0026label=pre-release\"\u003e\n  \u003cimg src=\"https://github.com/gitploy-io/gitploy/actions/workflows/test.yaml/badge.svg\"\u003e\n  \u003cimg src=\"https://github.com/gitploy-io/gitploy/actions/workflows/publish.yaml/badge.svg\"\u003e\u003cbr/\u003e\n  \u003cb\u003eGitploy helps your team build the deployment system around GitHub in minutes.\u003c/b\u003e\u003cbr/\u003e\n  \u003ca href=\"https://www.gitploy.io/docs/\"\u003eDocumentation\u003c/a\u003e | \u003ca href=\"https://github.com/gitploy-io/gitploy/discussions\"\u003eCommunity\u003c/a\u003e | \u003ca href=\"https://www.gitploy.io/docs/tasks/installation/\"\u003eInstallation Guide\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## What is Gitploy?\n\nGitHub provides the [deployment API](https://docs.github.com/en/rest/reference/deployments#deployments) to deploy a specific ref(branch, SHA, tag). It enables your organization to build the deployment system loosely coupled tooling without worrying about the implementation details of delivering different types of applications (e.g., web, native). **But it takes a lot of resources to build the deployment system from scratch.**\n\nGitploy enables your organization **to build the deployment system around deployment API in minutes**, and it provides the place to manage all deployment and deploying in the same manner. \n\n![Gitploy Demo](./images/gitploy-v3.gif)\n\n\n## Features\n\n* Manage all deployments in one place.\n* Provides the intuitive UI to deploy a specific `ref` (branch, SHA, tag).\n* Build an event-driven deployment system for loosely coupled tooling.\n* Provides both continuous delivery and continuous deployment.\n* Provides advanced deployment features: Rollback, Review, Lock, Freeze Window.\n* Provides DevOps metrics.\n\n## Gitploy vs GitHub environment\n\nName        | Gitploy | GitHub environment\n---         |---      |---\nManual deploy                | ✅ | ✅\nAuto deploy                  | ✅ | ✅\nReview                       | ✅ | ✅\nRollback                     | ✅ | ❌\nDeployment Safety            | ✅ | ❌\nDevOps Metrics               | ✅ | ❌\nPrivate repositories for teams plan | ✅ | ❌ \n\n## Getting Started\n\nTo install Gitploy on your hosting, read this [documentation](https://www.gitploy.io/docs/tasks/installation/). \n\nFor public repositories, we're providing the [free cloud](https://cloud.gitploy.io/).\n\n### Important Links\n\nDocumentation | Community | Installation Guide | Docker Image\n--- |--- |--- |---\n📚 [Documentation](https://www.gitploy.io/docs/) |❓ [Community](https://github.com/gitploy-io/gitploy/discussions) / 💬 [Slack](https://join.slack.com/t/gitploy/shared_invite/zt-112wz7qtz-HuZXMM_DaEEo1VDdsCUSRg)|📖 [Installation Guide](https://www.gitploy.io/docs/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)\n\n## Contributors\n\nDon't be afraid to contribute! We have many things you can do to help out. If you're trying to contribute but stuck, please tag [@hanjunlee](https://github.com/hanjunlee).\n\nYou can check the [contributing](./CONTRIBUTING.md) for exact details on how to contribute.\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitploy-io%2Fgitploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitploy-io%2Fgitploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitploy-io%2Fgitploy/lists"}