{"id":24302898,"url":"https://github.com/digipolitan/fastlane-heroku","last_synced_at":"2026-04-16T21:32:12.450Z","repository":{"id":98675284,"uuid":"76199061","full_name":"Digipolitan/fastlane-heroku","owner":"Digipolitan","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-05T10:08:40.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T14:31:37.778Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digipolitan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2016-12-11T20:48:32.000Z","updated_at":"2018-06-12T14:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4ce57f0-5714-4712-9cbc-a256c725b7b5","html_url":"https://github.com/Digipolitan/fastlane-heroku","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Digipolitan/fastlane-heroku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digipolitan","download_url":"https://codeload.github.com/Digipolitan/fastlane-heroku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-heroku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":[],"created_at":"2025-01-17T00:20:01.010Z","updated_at":"2026-04-16T21:32:12.427Z","avatar_url":"https://github.com/Digipolitan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Digipolitan fastlane-heroku\n================\n\nHeroku actions used to deploy on Heroku using fastlane\n\n## Installation\nTo install fastlane, simply use gem:\n\n```\n[sudo] gem install fastlane\n```\n\n# Available Fastlane Lanes\nAll lanes available are described [here](fastlane/README.md)\n\n# Available Fastlane actions\n\nAll these actions require Heroku-CLI installed on your machine, download [here](https://devcenter.heroku.com/articles/heroku-cli)\n\n## [heroku_login](fastlane/actions/heroku_login.rb)\n\nLog the given user on Heroku\n\n```Ruby\nuser = heroku_login(\n  email: \"you@email.com\",\n  password: \"your_password\"\n)\nprint user[:token]\n```\nThis command log `you@email.com` on Heroku and display his token\n\n## [heroku_app_create](fastlane/actions/heroku_app_create.rb)\n\nCreates or retrieves a new app on Heroku, the user must be logged in\n\n```Ruby\nheroku_app_create(\n  name: \"my_heroku_app\"\n)\n```\nCreate `my_heroku_app` on your *Personal team* on Heroku\n\n```Ruby\nheroku_app_create(\n  name: \"my_heroku_app\",\n  organization: \"Digipolitan\"\n)\n```\nCreate `my_heroku_app` on *Digipolitan team* on Heroku, required admin permission\n\n## [heroku_app_deploy](fastlane/actions/heroku_app_deploy.rb)\n\nDeploy an app on Heroku from a git repository, required admin permission\n\n```Ruby\nheroku_app_deploy(\n  name: \"my_heroku_app\",\n  source_git_url: \"https://github.com/fastlane/boarding\"\n)\n```\nDeploy on Heroku using source from `https://github.com/fastlane/boarding`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Ffastlane-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigipolitan%2Ffastlane-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Ffastlane-heroku/lists"}