Skip to content

Commit

Permalink
Publish Glimmer builds to S3.
Browse files Browse the repository at this point in the history
Make testing apps easier...
  • Loading branch information
rwjblue committed May 4, 2015
1 parent d9e5c80 commit a233059
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/s3ProjectConfig.js
Expand Up @@ -18,6 +18,10 @@ function fileObject(baseName, extension, contentType, currentRevision, tag, date
var obj = {
contentType: contentType,
destinations: {
glimmer: [
"glimmer" + fullName,
"canary/shas/" + currentRevision + fullName
],
canary: [
"latest" + fullName,
"canary" + fullName,
Expand Down

0 comments on commit a233059

Please sign in to comment.