{"id":20737773,"url":"https://github.com/dotsunited/docker-deployer","last_synced_at":"2026-03-19T17:17:47.896Z","repository":{"id":138464357,"uuid":"116970264","full_name":"dotsunited/docker-deployer","owner":"dotsunited","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-21T21:45:15.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-18T06:56:19.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotsunited.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":"2018-01-10T14:45:49.000Z","updated_at":"2024-08-21T21:45:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"50a302ba-33f7-4b5c-98a6-2bcabb5b850d","html_url":"https://github.com/dotsunited/docker-deployer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotsunited/docker-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fdocker-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fdocker-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fdocker-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fdocker-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotsunited","download_url":"https://codeload.github.com/dotsunited/docker-deployer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fdocker-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30713418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-19T05:29:31.190Z","status":"ssl_error","status_checked_at":"2026-03-19T05:28:25.821Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-11-17T06:15:37.220Z","updated_at":"2026-03-19T17:17:47.867Z","avatar_url":"https://github.com/dotsunited.png","language":"Dockerfile","readme":"docker-deployer\n===============\n\nA minimal Alpine Linux Docker image with the latest\n[deployer](https://deployer.org) suited for automated deployments\nvia Continuous Delivery systems like GitLab Pipelines.\n\nAutomatically build upon pushes to the master branch:\nhttps://hub.docker.com/r/dotsunited/deployer\n\nUsage\n-----\n\n### GitLab Pipelines\n\nExample `.gitlab-ci.yml` configuration:\n\n```\nbefore_script:\n  - eval $(ssh-agent -s)\n  - ssh-add \u003c(echo \"$SSH_PRIVATE_KEY\")\n  - mkdir -p ~/.ssh\n  - chmod 700 ~/.ssh\n  - echo \"$SSH_KNOWN_HOSTS\" \u003e ~/.ssh/known_hosts\n  - chmod 644 ~/.ssh/known_hosts\n\ndeploy_production:\n  image: dotsunited/deployer:3\n  stage: deploy\n  environment:\n    name: production\n    url: https://example.com\n  only:\n    - main\n  script:\n    - dep deploy stage=production -vvv\n```\n\nMake sure, you configure the `$SSH_PRIVATE_KEY` and `$SSH_KNOWN_HOSTS` variables\nin the CI/CD settings on GitLab.\n\nFor more info, read\n[Using SSH keys with GitLab CI/CD](https://docs.gitlab.com/ee/ci/ssh_keys/README.html).\n\n### Docker\n\n```bash\ndocker run \\\n    --tty \\\n    --interactive \\\n    --rm \\\n    --volume ~/.ssh:/root/.ssh \\\n    --volume ~/.composer/cache/files:/root/.composer/cache/files \\\n    --volume $(pwd):/deployer \\\n    dotsunited/deployer:3 dep deploy stage=staging\n```\n\nLicense\n-------\n\nCopyright (c) 2017-2024 Dots United GmbH.\nReleased under the [MIT](LICENSE) license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fdocker-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotsunited%2Fdocker-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fdocker-deployer/lists"}