{"id":16140230,"url":"https://github.com/hyesungoh/action-dpcras3cf","last_synced_at":"2026-05-01T03:36:50.078Z","repository":{"id":65160122,"uuid":"413045551","full_name":"hyesungoh/action-DPCRAS3CF","owner":"hyesungoh","description":"github action for automatic deploying CRA app at AWS s3 and cloudfront","archived":false,"fork":false,"pushed_at":"2021-11-03T12:11:42.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T04:13:12.125Z","etag":null,"topics":["actions","aws","deployment"],"latest_commit_sha":null,"homepage":"","language":null,"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/hyesungoh.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":"2021-10-03T10:30:26.000Z","updated_at":"2023-10-23T14:31:21.000Z","dependencies_parsed_at":"2023-01-13T15:43:45.153Z","dependency_job_id":null,"html_url":"https://github.com/hyesungoh/action-DPCRAS3CF","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyesungoh%2Faction-DPCRAS3CF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyesungoh%2Faction-DPCRAS3CF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyesungoh%2Faction-DPCRAS3CF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyesungoh%2Faction-DPCRAS3CF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyesungoh","download_url":"https://codeload.github.com/hyesungoh/action-DPCRAS3CF/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526912,"owners_count":20953172,"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":["actions","aws","deployment"],"created_at":"2024-10-09T23:51:20.377Z","updated_at":"2026-05-01T03:36:45.042Z","avatar_url":"https://github.com/hyesungoh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DPCRAS3CF\n\nGithub Action what **d**e**p**loying **CRA** app at AWS **S3** and **C**loud**F**ront\n\n_It is not limited to CRA app, just customize some command_\n\n## How to use it\n\n1. Customize trigger\n\n```yml\non: # trigger when push to master\n    push:\n        branches:\n            - master\n```\n\n2. Add Option\n\n```yml\njobs:\n    deploy:\n        runs-on: ubuntu-18.04 #or -latest\n        env:\n            AWS_S3_BUCKET_NAME: your-s3-bucket-name\n            AWS_CF_DISTRIBUTION_ID: your-cloudfront-distribution_id\n            AWS_REGION: your-s3-region-name\n            # and you need github secrets for\n            # ASW_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY\n```\n\n3. Add Secrets at your repo\n\n```yml\n${{ secrets.AWS_ACCESS_KEY_ID }}\n${{ secrets.AWS_SECRET_ACCESS_KEY }}\n```\n\n## More info with korean\n\n[Check my blog post](https://www.hyesungoh.xyz/React/cdS3CfWithGithubAction/)\n\n[Check on marketplace](https://github.com/marketplace/actions/dpcras3cf)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyesungoh%2Faction-dpcras3cf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyesungoh%2Faction-dpcras3cf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyesungoh%2Faction-dpcras3cf/lists"}