{"id":19723534,"url":"https://github.com/remind101/deploy","last_synced_at":"2025-07-13T02:05:04.948Z","repository":{"id":30134394,"uuid":"33684455","full_name":"remind101/deploy","owner":"remind101","description":"CLI for GitHub Deployments","archived":false,"fork":false,"pushed_at":"2023-11-23T08:29:29.000Z","size":3953,"stargazers_count":134,"open_issues_count":12,"forks_count":10,"subscribers_count":84,"default_branch":"master","last_synced_at":"2025-04-05T20:02:46.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remind101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2015-04-09T18:08:02.000Z","updated_at":"2023-06-03T23:58:42.000Z","dependencies_parsed_at":"2024-06-18T22:35:42.415Z","dependency_job_id":"69cb44ca-1171-4a2d-aeac-5f576fe831f9","html_url":"https://github.com/remind101/deploy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remind101","download_url":"https://codeload.github.com/remind101/deploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251592958,"owners_count":21614449,"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":[],"created_at":"2024-11-11T23:22:31.605Z","updated_at":"2025-04-29T22:30:59.922Z","avatar_url":"https://github.com/remind101.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Deployments CLI\n\n[![Circle CI](https://circleci.com/gh/remind101/deploy.svg?style=svg)](https://circleci.com/gh/remind101/deploy)\n\nA small Go program for creating **[GitHub Deployments](https://developer.github.com/v3/repos/deployments/)**.\n\n## Installation\n\nYou can grab the latest release **[here](https://github.com/remind101/deploy/releases)**\n\nOr if you have a working Go 1.5 environment and the `GO15VENDOREXPERIMENT` variable enabled:\n\n```\ngo get -u github.com/remind101/deploy/cmd/deploy\n```\n\n## Usage\n\nThe first time you try to deploy, you'll be asked to authenticate with GitHub. If you're already using **[hub](https://github.com/github/hub)**, then you'll already be authenticated.\n\nDeploy the master branch of a repo to staging:\n\n```console\n$ deploy --ref=master --env=staging remind101/acme-inc\n```\n\nAn empty `--ref` flag can mean one of two things:\n\n1. If you're within a git repo, it defaults to the current branch.\n2. If you're not within a git repo, then it defaults to `master`.\n\n```console\n$ deploy --env=staging remind101/acme-inc\n```\n\nYou can default to a certain GitHub organization by setting a `GITHUB_ORGANIZATION` environment variable:\n\n```console\n$ export GITHUB_ORGANIZATION=remind101\n$ deploy --env=staging acme-inc\n```\n\nDeploy the current GitHub repo to staging:\n\n```console\n$ deploy --env=staging\n```\n\n---\n\nDon't have something handling your GitHub Deployment events? Try **[remind101/tugboat](https://github.com/remind101/tugboat)** or **[atmos/heaven](https://github.com/atmos/heaven)**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremind101%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fdeploy/lists"}