{"id":21322060,"url":"https://github.com/advantageous/s3-deployer","last_synced_at":"2025-08-26T22:12:59.325Z","repository":{"id":77191460,"uuid":"152676864","full_name":"advantageous/s3-deployer","owner":"advantageous","description":"CI Scripts to deploy S3 Site","archived":false,"fork":false,"pushed_at":"2018-10-12T03:01:15.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T22:44:47.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/advantageous.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-10-12T01:28:38.000Z","updated_at":"2018-10-12T03:01:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5dff37e2-bea8-4dac-bad1-a10bc4ee86fa","html_url":"https://github.com/advantageous/s3-deployer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/advantageous/s3-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/advantageous%2Fs3-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/advantageous%2Fs3-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/advantageous%2Fs3-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/advantageous%2Fs3-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/advantageous","download_url":"https://codeload.github.com/advantageous/s3-deployer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/advantageous%2Fs3-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272260933,"owners_count":24902393,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-21T20:13:00.923Z","updated_at":"2025-08-26T22:12:59.303Z","avatar_url":"https://github.com/advantageous.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3/CloudFront Automation for CI/CD\n## Deployment\nDeploy updated site to s3 and invalidate CloudFront cache.\n#### Usage:\n\n    deploy.sh [-h] [-e env-name]\n\n#### Options:\n* -h: Displays this information.\n* -e: Deployment environment. If not set the branch will determine this.\n\n## Configuration\nThis script requires a .deployrc configuration file. This file should be placed in the directory which the script is run. This is typically the root of your project beside your .travis.yml or Jenkinsfile.\nYou may also specify environment-specific parameters in their own .deployrc.env_name files.  For example you can create a .deployrc.prod and its values will override the main one when deploying to a environment named prod.\n\nIt is important note that the name, region, and cluster can not be changed once the service is created.\n\nThe following parameters must be contained either in the .deployrc file or the environment-specific rc file:\n\n    remote=\"s3://mysite.com\"\n    distribution=distribution-id\n\nThe following parameters are optional and will default to these values:\n\n    local=. # Site root defaults to project root (working dir after checkout)\n    \n## Travis and Jenkins Integration\nThe deploy script is aware of Travis and Jenkins ENV vars to give it clues on how to automatically deploy.\nThis is based off of the deployment schema that I use on all my other projects.\n\nOn my team, developers work in feature branches and merge to a branch called \"integration\" to integrate and test their\nchanges with the team. Integration commits/merges are automatically deployed to the integration environment.  Every\nmerge requires a version bump in the gradle build file (for Java/Kotlin projects) or the package.json (for node.js).\nI use these versions to tag the docker images and then it's always easy to tell what is in any env, what feature train\nit is on, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvantageous%2Fs3-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadvantageous%2Fs3-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvantageous%2Fs3-deployer/lists"}