{"id":28484350,"url":"https://github.com/bitflower/deploy_to_heroku","last_synced_at":"2026-02-14T00:03:12.156Z","repository":{"id":28208063,"uuid":"31711793","full_name":"bitflower/deploy_to_heroku","owner":"bitflower","description":"Notes to myself","archived":false,"fork":false,"pushed_at":"2015-03-05T12:09:39.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T09:29:10.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/bitflower.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":"2015-03-05T12:00:27.000Z","updated_at":"2015-03-05T12:00:27.000Z","dependencies_parsed_at":"2022-08-02T17:00:18.874Z","dependency_job_id":null,"html_url":"https://github.com/bitflower/deploy_to_heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitflower/deploy_to_heroku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitflower%2Fdeploy_to_heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitflower%2Fdeploy_to_heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitflower%2Fdeploy_to_heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitflower%2Fdeploy_to_heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitflower","download_url":"https://codeload.github.com/bitflower/deploy_to_heroku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitflower%2Fdeploy_to_heroku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29424610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":"2025-06-07T22:06:47.549Z","updated_at":"2026-02-14T00:03:12.133Z","avatar_url":"https://github.com/bitflower.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# deploy_to_heroku\nNotes to myself\n\n# Process\n\n1. Deploy the 'build' of the application - NOT the source\n2. git init inside 'dist' or whatever the build path is (cd there before)\n3. Commit all files\n4. Setup a heroku remote: heroku git:remote -a APP_NAME\n5. git push heroku master\n\n# Configuration of heroku app\n\n1. Setting up environment variables (or use the heroku admin):\n$ heroku config:set NODE_ENV=production\n$ heroku config:set NODE_PATH=lib\n\nAdditionally if a MongoDB is used set the MongoLab or ComposeIO Connection string:\n$ heroku config:set MONGOLAB_URI=mongodb://USER:PW@HOST:PORT/DB\n\n# Helper\n\nClean a heroku repository with this plugin:\nhttps://github.com/heroku/heroku-repo\n\n### Steps:\n1. Run heroku plugins:install https://github.com/lstoll/heroku-repo.git\n2. heroku repo:reset -a APP_NAME\n\nDescription can be found here:\nhttps://coderwall.com/p/okrlzg/take-control-of-your-heroku-git-repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitflower%2Fdeploy_to_heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitflower%2Fdeploy_to_heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitflower%2Fdeploy_to_heroku/lists"}