{"id":25506441,"url":"https://github.com/datadesk/delivery-deploy-action","last_synced_at":"2025-11-16T09:30:15.717Z","repository":{"id":65155429,"uuid":"284782831","full_name":"datadesk/delivery-deploy-action","owner":"datadesk","description":"A GitHub Action for uploading a directory to S3 using @datagraphics/delivery.","archived":false,"fork":false,"pushed_at":"2022-12-02T16:50:26.000Z","size":539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-17T13:35:35.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/datadesk.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-08-03T18:57:12.000Z","updated_at":"2022-12-01T21:59:44.000Z","dependencies_parsed_at":"2023-01-05T13:17:42.831Z","dependency_job_id":null,"html_url":"https://github.com/datadesk/delivery-deploy-action","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"10b74a35575e1590996420c38beed9b13e4d939f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadesk%2Fdelivery-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadesk%2Fdelivery-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadesk%2Fdelivery-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadesk%2Fdelivery-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datadesk","download_url":"https://codeload.github.com/datadesk/delivery-deploy-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394722,"owners_count":19631122,"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":"2025-02-19T06:42:15.109Z","updated_at":"2025-11-16T09:30:15.611Z","avatar_url":"https://github.com/datadesk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# delivery-deploy-action\n\nA GitHub Action for uploading a directory to S3 using [@datagraphics/delivery](https://www.npmjs.com/package/@datagraphics/delivery). Developed as an extension to the [`baker`](https://github.com/datadesk/baker) page deployment system.\n\n## Configuration\n\nBefore you can use this action, you need to create an [Amazon S3](https://en.wikipedia.org/wiki/Amazon_S3) bucket with API keys authorized to upload files.\n\n## Basic usage\n\nSee [action.yml](https://github.com/datadesk/delivery-deploy-action/blob/main/action.yml):\n\n```yaml\nsteps:\n  # Before you can upload, you need to log in to Amazon\n  - uses: aws-actions/configure-aws-credentials@v1\n    with:\n      aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n      aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n      aws-region: ${{ secrets.AWS_S3_REGION }}\n\n  # Here we do the upload to a public folder\n  - uses: datadesk/delivery-deploy-action@v1\n    with:\n      bucket: ${{ secrets.AWS_S3_PBUCKET }}\n      dir: _dist\n      public: true\n```\n\nOther options allow you to set a base path to prepend to all files in the bucket, set cache headers and accelerate the upload.\n\n## Releasing\n\nReleasing a new version requires three steps. After you finish making your edits to the `src` directory, you should compile the final distribution in `dist/`.\n\n```bash\nnpm run package\n```\n\nThen update the examples in the README to point to the version number you plan to release. Finally, issue a [new GitHub release](https://github.com/datadesk/notify-slack-on-build/releases) with that same version name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadesk%2Fdelivery-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadesk%2Fdelivery-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadesk%2Fdelivery-deploy-action/lists"}