{"id":30175454,"url":"https://github.com/shuttl-tech/drone-docmaker","last_synced_at":"2026-05-15T20:02:30.861Z","repository":{"id":56528053,"uuid":"234304252","full_name":"Shuttl-Tech/drone-docmaker","owner":"Shuttl-Tech","description":"Drone plugin to generate static website and push to S3","archived":false,"fork":false,"pushed_at":"2020-11-02T12:12:52.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-08-12T01:38:16.677Z","etag":null,"topics":["documentation","drone-plugin","mkdocs","static-site","static-website"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttl-Tech.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}},"created_at":"2020-01-16T11:21:26.000Z","updated_at":"2020-11-02T12:12:54.000Z","dependencies_parsed_at":"2022-08-15T20:20:51.674Z","dependency_job_id":null,"html_url":"https://github.com/Shuttl-Tech/drone-docmaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shuttl-Tech/drone-docmaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttl-Tech%2Fdrone-docmaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttl-Tech%2Fdrone-docmaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttl-Tech%2Fdrone-docmaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttl-Tech%2Fdrone-docmaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttl-Tech","download_url":"https://codeload.github.com/Shuttl-Tech/drone-docmaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttl-Tech%2Fdrone-docmaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33077926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["documentation","drone-plugin","mkdocs","static-site","static-website"],"created_at":"2025-08-12T01:36:01.446Z","updated_at":"2026-05-15T20:02:30.846Z","avatar_url":"https://github.com/Shuttl-Tech.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docmaker\n\nDrone plugin to generate static website with [mkdocs][] and push it to S3.\n\n### Usage\n\nIn your `.drone.yaml` file configure a pipeline step to use this plugin:\n\n```yaml\nkind: pipeline\nname: default\n\nsteps:\n  - name: docs\n    image: shuttleng/drone-docmaker:latest\n    settings:\n      bucket: s3.bucket.name\n      site_path: docs/project\n      source_dir: docs\n      iam_role_arn: arn:aws:iam::1234567890:role/RoleWithS3PutObjectPermissions\n      aws_region: us-east-1\n```\n\n### Configuration\n\nFollowing configuration options are available:\n\n| Setting | Required | Description |\n|:---------:|:---------:|--------|\n| `bucket` |  Yes | Name of the S3 bucket where the site will be uploaded |\n| `site_path` |  Yes | S3 file path prefix where the site will be uploaded. Do not add leading or trailing slashes |\n| `source_dir` |  No | Directory that contains the source files for site generation. Defaults to `docs` |\n| `iam_role_arn` |  No | ARN of the IAM role to assume. Used for S3 file sync |\n| `aws_region` |  No | AWS region name used by aws-cli commands |\n| `site_generation` |  No | `true` if you want to generate html files from markdown files, `false` if the source files are already html. Defaults to `true`  |\n\nNote that if you use an iam role to acquire credentials for S3, the drone agent EC2 role must have permission to assume the configured role.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttl-tech%2Fdrone-docmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttl-tech%2Fdrone-docmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttl-tech%2Fdrone-docmaker/lists"}