{"id":34926044,"url":"https://github.com/codelation/repo-deployer","last_synced_at":"2026-05-23T02:32:53.376Z","repository":{"id":13718392,"uuid":"16412480","full_name":"codelation/repo-deployer","owner":"codelation","description":null,"archived":false,"fork":false,"pushed_at":"2014-02-13T01:28:21.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-26T23:38:47.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/codelation.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}},"created_at":"2014-01-31T15:54:54.000Z","updated_at":"2024-03-26T23:38:47.606Z","dependencies_parsed_at":"2022-09-06T02:30:46.805Z","dependency_job_id":null,"html_url":"https://github.com/codelation/repo-deployer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codelation/repo-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelation%2Frepo-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelation%2Frepo-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelation%2Frepo-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelation%2Frepo-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelation","download_url":"https://codeload.github.com/codelation/repo-deployer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelation%2Frepo-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33380640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T01:21:08.577Z","status":"online","status_checked_at":"2026-05-23T02:00:05.530Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-12-26T14:31:30.617Z","updated_at":"2026-05-23T02:32:53.367Z","avatar_url":"https://github.com/codelation.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repo Deployer\n\n[![Code Climate](https://codeclimate.com/github/81designs/repo-deployer.png)](https://codeclimate.com/github/81designs/repo-deployer)\n\nAn automated test and deployment server built on Rails 4.\n\n## Running Locally\n\nIn order to use the GitHub web hooks, we need to be able\nto access our local server from an https address. We're\nusing [ngrok](http://ngrok.com) to accomplish this. You'll\nwant to sign up for an account so you can reserve a subdomain.\n\nHere's an example `~/.ngrok` config file:\n\n```\nauth_token: mytokengoeshere\ntunnels:\n  web:\n    subdomain: mysubdomain\n    proto:\n      https: 3000\n```\n\nWith this config, we can start the tunnel with the command:\n\n```bash\n$ ngrok start web\n```\n\nWhich will point `https://mysubdomain.ngrok.com` to `localhost:3000`.\n\n## Required Environment Variables\n\n```ruby\nENV['GITHUB_KEY']\nENV['GITHUB_SECRET']\nENV['HEROKU_OAUTH_ID']\nENV['HEROKU_OAUTH_SECRET']\nENV['SECRET_KEY']\n```\n\n### GitHub Variables\n\nRegister a new GitHub application: \n\n\u003chttps://github.com/settings/applications/new\u003e\n\n### Heroku Variables\n\nRegister a new Heroku API Client:\n\n\u003chttps://dashboard.heroku.com/account\u003e\n\n### Secret Key Variable\n\nThis is used to set the application's secret key while keeping it out of the repo.\n\n```ruby\n# config/initializers/secret_token.rb\nRepoDeployer::Application.config.secret_key_base = ENV['SECRET_KEY']\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelation%2Frepo-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelation%2Frepo-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelation%2Frepo-deployer/lists"}