{"id":18319898,"url":"https://github.com/bitwalker/distillery-test","last_synced_at":"2025-04-05T22:31:42.269Z","repository":{"id":15105130,"uuid":"17831937","full_name":"bitwalker/distillery-test","owner":"bitwalker","description":"Elixir application which demonstrates a bare-minimum release-ready app using Distillery.","archived":false,"fork":false,"pushed_at":"2021-01-09T16:03:32.000Z","size":109,"stargazers_count":16,"open_issues_count":3,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T13:12:03.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/bitwalker.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-03-17T15:03:11.000Z","updated_at":"2023-09-01T10:43:35.000Z","dependencies_parsed_at":"2022-09-02T14:52:15.284Z","dependency_job_id":null,"html_url":"https://github.com/bitwalker/distillery-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Fdistillery-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitwalker","download_url":"https://codeload.github.com/bitwalker/distillery-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411237,"owners_count":20934650,"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-05T18:14:36.887Z","updated_at":"2025-04-05T22:31:41.703Z","avatar_url":"https://github.com/bitwalker.png","language":"Elixir","readme":"# Release Manager Test\n\nFollow these steps to do a test upgrade of an app, along with a dependency (:timex)\n\n- Clone it\n- Prepare deployment directory e.g. `mkdir -p /tmp/test/releases/0.2.0`\n- Fetch deps and build: `cd distillery-test \u0026\u0026 mix do deps.get, compile`\n- Build release: `mix release --env=prod`\n- Deploy release: `cp _build/dev/rel/test/releases/0.1.0/test.tar.gz /tmp/test/`\n- Start release: `cd /tmp/test \u0026\u0026 tar -xf test.tar.gz \u0026\u0026 ./bin/test start`\n- Verify with:\n  - `./bin/test ping`\n  - `./bin/test remote_console`\n  - At prompt `GenServer.call(Test.Server, :ping)`, should return `:v1`\n- Make some changes, bump the version to `0.2.0`\n- `mix release --env=prod --upgrade`\n- Deploy upgrade: `cp _build/dev/rel/test/releases/0.2.0/test.tar.gz /tmp/test/releases/0.2.0/`\n- Apply upgrade: `cd /tmp/test \u0026\u0026 ./bin/test upgrade \"0.2.0\"`\n- Verify your changes are present in the upgraded version\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Fdistillery-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwalker%2Fdistillery-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Fdistillery-test/lists"}