Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
don't deploy under a path
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Mar 29, 2018
1 parent 1c49258 commit ade0e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ module.exports = function(deployTarget) {
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
bucket: process.env.AWS_BUCKET,
region: process.env.AWS_REGION,
prefix: process.env.AWS_PREFIX,
},
's3-index': {
allowOverwrite: true,
accessKeyId: process.env.AWS_ACCESS_KEY_ID,
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
bucket: process.env.AWS_BUCKET,
region: process.env.AWS_REGION,
prefix: process.env.AWS_PREFIX,
}
// include other plugin configuration that applies to all deploy targets here
};
Expand Down
5 changes: 2 additions & 3 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ module.exports = function(environment) {
ENV.APP.rootElement = '#ember-testing';
}

if (environment === 'production') {
ENV.rootURL = '/click-to-congress/';
}
// if (environment === 'production') {
// }

return ENV;
};

0 comments on commit ade0e24

Please sign in to comment.