{"id":16661337,"url":"https://github.com/epicallan/deploy","last_synced_at":"2026-05-01T02:33:36.469Z","repository":{"id":82630796,"uuid":"105460952","full_name":"epicallan/deploy","owner":"epicallan","description":"Haskell docker service that deploys containers on a specified host (alpha)","archived":false,"fork":false,"pushed_at":"2018-03-28T15:03:09.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T13:45:17.307Z","etag":null,"topics":["devops-tools","docker","haskell","servant"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/epicallan.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":"2017-10-01T17:43:07.000Z","updated_at":"2018-03-28T15:03:10.000Z","dependencies_parsed_at":"2023-03-12T16:18:54.063Z","dependency_job_id":null,"html_url":"https://github.com/epicallan/deploy","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicallan%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicallan%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicallan%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicallan%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicallan","download_url":"https://codeload.github.com/epicallan/deploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243293794,"owners_count":20268142,"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":["devops-tools","docker","haskell","servant"],"created_at":"2024-10-12T10:34:35.567Z","updated_at":"2026-05-01T02:33:31.445Z","avatar_url":"https://github.com/epicallan.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple auto deploy service in haskell\n\n[![Build Status](https://travis-ci.org/epicallan/deploy.svg?branch=master)](https://travis-ci.org/epicallan/deploy)\n\n\nInspired by now.js and [capatainduck](https://github.com/githubsaturn/captainduckduck/issues)\n\n## Install\n-------------\n\nfrom source\n\n```\ndocker build -t deploy .\n\ndocker run -it -d -p 8888:8888 -v /var/run/docker.sock:/var/run/docker.sock --name deploy-app deploy\n```\n\nfrom dockhub\n\n```\n\ndocker run -it -d -p 8888:8888 -v /var/run/docker.sock:/var/run/docker.sock --name deploy-app epicallan/deploy\n```\n\nThis app requires a config file in the projects being deployed.\n\nAn example deploy config file for a simple build in .dhll file format\n\n```\n\n{\n      name        = [] : Optional Text\n    , files       = [] : Optional (List Text)\n    , deployIP    = \"http://localhost:8888\" : Text\n    , port        = 9999 : Integer\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicallan%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicallan%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicallan%2Fdeploy/lists"}