{"id":15520686,"url":"https://github.com/turbolent/deployd","last_synced_at":"2026-03-01T20:32:00.739Z","repository":{"id":138587901,"uuid":"115150562","full_name":"turbolent/deployd","owner":"turbolent","description":"Update Kubernetes deployments and Docker Swarm services using webhooks","archived":false,"fork":false,"pushed_at":"2018-01-27T22:48:47.000Z","size":21049,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T04:45:36.796Z","etag":null,"topics":["deployment","docker","docker-swarm","go","golang","kubernetes","webhook"],"latest_commit_sha":null,"homepage":"","language":"Go","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/turbolent.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-12-22T21:14:32.000Z","updated_at":"2023-07-30T18:20:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e78e3b8-dfd7-4737-ae03-9607cb6cda3b","html_url":"https://github.com/turbolent/deployd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/turbolent/deployd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbolent%2Fdeployd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbolent%2Fdeployd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbolent%2Fdeployd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbolent%2Fdeployd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbolent","download_url":"https://codeload.github.com/turbolent/deployd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbolent%2Fdeployd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":["deployment","docker","docker-swarm","go","golang","kubernetes","webhook"],"created_at":"2024-10-02T10:28:44.293Z","updated_at":"2026-03-01T20:32:00.712Z","avatar_url":"https://github.com/turbolent.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deployd\n\nUpdate Kubernetes deployments and Docker Swarm services using webhooks\n\n\n## Kubernetes\n\n- Create a service account:\n  `kubectl create serviceaccount deployd`\n- Create a role binding allowing the service account to perform edits:\n  `kubectl apply -f role-binding.yaml`\n- Create a secret named `deployd-secret` with key `token`\n- Create the deployment:\n  `kubectl apply -f deployment.yaml`\n- Create the service:\n  `kubectl apply -f service.yaml`\n- Create an ingress\n\n## Docker Swarm\n\n- See `docker-compose.yml`\n- Make sure to set environment variable `DEPLOYD_TOKEN` to a new secret\n\n\n## Updating deployments/services\n\nUpdates of deployments/services can be triggered using, e.g.\n\n```sh\nwget --content-on-error --header \"Authorization: $DEPLOYD_TOKEN\" -qO- \\\n    https://$DEPLOYD_HOST/update\\?name\\=$DEPLOYD_NAME\\\u0026image\\=$DEPLOYD_IMAGE:$DEPLOYD_TAG\n```\n\nHere, `$DEPLOYD_TOKEN` is the secret token that was specified in the configuration, `$DEPLOYD_NAME` is the name of the service/deployment to be updated, `$DEPLOYD_IMAGE` is the name of the Docker image that should be used, and `$DEPLOYD_TAG` is the tag of the Docker image that should be used.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolent%2Fdeployd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbolent%2Fdeployd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbolent%2Fdeployd/lists"}