{"id":17223000,"url":"https://github.com/marksteve/docker-deploybot","last_synced_at":"2025-03-25T16:22:31.524Z","repository":{"id":138469561,"uuid":"42567147","full_name":"marksteve/docker-deploybot","owner":"marksteve","description":"Deploy Docker containers with DeployBot","archived":false,"fork":false,"pushed_at":"2015-09-16T06:32:17.000Z","size":732,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T14:25:47.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/marksteve.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-09-16T05:44:37.000Z","updated_at":"2023-06-04T07:14:28.000Z","dependencies_parsed_at":"2023-03-13T10:53:58.016Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/docker-deploybot","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/marksteve%2Fdocker-deploybot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdocker-deploybot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdocker-deploybot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdocker-deploybot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/docker-deploybot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245496482,"owners_count":20624888,"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-10-15T04:07:09.291Z","updated_at":"2025-03-25T16:22:31.491Z","avatar_url":"https://github.com/marksteve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Docker containers with DeployBot\n\n## Requirements\n\n- Docker Engine\n- Docker Machine\n- a DigitalOcean Personal Access Token\n\n## Steps\n\n1. Create a machine\n\n  I'll be naming my machine `deploybot-demo`\n\n  ```bash\n  docker-machine create \\\n      -d digitalocean \\\n      --digitalocean-access-token $DO_TOKEN \\\n      --digitalocean-image docker \\\n      --digitalocean-region sgp1 \\\n      --digitalocean-size 512mb \\\n      deploybot-demo\n  ```\n\n  Check if it works\n\n  ```bash\n  eval $(docker-machine env deploybot-demo)\n  docker info\n  ```\n\n2. Sign up for DeployBot\n\n3. Connect a repository\n\n  ![Connect a repository](step-3.png)\n\n  _You can fork this repository to try it out_\n\n4. Create an environment\n\n5. Add a server\n\n  Choose the Atomic DigitalOcean deployment option\n\n  ![Deployment options](step-5a.png)\n\n  SSH to the machine\n\n  ```bash\n  docker-machine ssh deploybot-demo\n  ```\n\n  Copy commands to allow DeployBot to access the machine\n\n  ![Atomic DigitalOcean server](step-5b.png)\n\n  Install `docker-compose` (optional)\n\n  ```bash\n  curl -L https://github.com/docker/compose/releases/download/1.4.1/docker-compose-`uname -s`-`uname -m` \u003e /usr/local/bin/docker-compose\n  chmod +x /usr/local/bin/docker-compose\n  ```\n\nAnd were're done!\n\n## Try it out\n\n![Ready to deploy](ready.png)\n\nIf you used this repository, you should be able to see a message\nupon visiting `http://$(docker-machine ip deploybot-demo)`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fdocker-deploybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fdocker-deploybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fdocker-deploybot/lists"}