{"id":23440891,"url":"https://github.com/tedconf/ember-cli-deploy-front-end-builds-pack","last_synced_at":"2025-04-13T09:13:16.308Z","repository":{"id":42698982,"uuid":"45586884","full_name":"tedconf/ember-cli-deploy-front-end-builds-pack","owner":"tedconf","description":"Deploy pack for front end builds","archived":false,"fork":false,"pushed_at":"2022-02-01T16:20:25.000Z","size":15,"stargazers_count":7,"open_issues_count":1,"forks_count":8,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-13T09:13:12.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tedconf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-05T04:10:12.000Z","updated_at":"2022-03-12T23:07:02.000Z","dependencies_parsed_at":"2022-08-29T14:50:13.369Z","dependency_job_id":null,"html_url":"https://github.com/tedconf/ember-cli-deploy-front-end-builds-pack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-cli-deploy-front-end-builds-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-cli-deploy-front-end-builds-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-cli-deploy-front-end-builds-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedconf%2Fember-cli-deploy-front-end-builds-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedconf","download_url":"https://codeload.github.com/tedconf/ember-cli-deploy-front-end-builds-pack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688556,"owners_count":21145766,"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":"2024-12-23T16:20:18.420Z","updated_at":"2025-04-13T09:13:16.287Z","avatar_url":"https://github.com/tedconf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation Notice\n\nTED has shifted to React and will no longer maintain this application/library. If you wish to continue using this application/library, please create a pull request and repo ownership can be transferred. This repository will be archived at the end of 2022.\n\n# Front end builds pack for Ember.JS\n\nThis deploy pack  packages all of the addons needed to deploy an Ember.JS\napplication to a [Frontend Builds](https://github.com/tedconf/front_end_builds)-enabled server.\n\n## Install\n\n```\nember install ember-cli-deploy\nember install ember-cli-deploy-front-end-builds-pack\n```\n\nIt will ask to overwrite your `config/deploy.js`, enter yes.\n\n## Configure\n\nFirst, open `config/deploy.js` and enter your application name, staging\nhostname, and production hostname.\n\nNext you'll need to make sure you have the following ENV vars set.\n\nENV | Notes\n--- | ---\n`FEB_AWS_ACCESS_KEY_ID` | Your FEB AWS key\n`FEB_AWS_SECRET_ACCESS_KEY` | Your FEB AWS secret\n`FEB_AWS_BUCKET_NAME` | The bucket you are deploying to\n`FEB_DEPLOY_KEY` | The path to the key used to sign you front ends\n\n### Ember asset-rev\n\nSince we're deploying assets to S3 you'll want to have asset-rev\npointing to the correct place. You should add the following to\n`ember-cli-build.js`.\n\n```javascript\nvar app = new EmberApp(defaults, {\n  // Add options here\n  fingerprint: {\n    prepend: 'https://s3.amazonaws.com/\u003cBUCKET_NAME\u003e/\u003cAPP_NAME\u003e/'\n  }\n});\n```\n\nNote you should fill in the correct `BUCKET_NAME` and `APP_NAME`.\n\n## Deploy\n\nRun `ember deploy \u003cstage\u003e` to deploy your Ember app.\n\nExamples:\n\n```\nember deploy production\nember deploy staging\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fember-cli-deploy-front-end-builds-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedconf%2Fember-cli-deploy-front-end-builds-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedconf%2Fember-cli-deploy-front-end-builds-pack/lists"}