GithubHelp home page GithubHelp logo

Comments (4)

lukemelia avatar lukemelia commented on August 20, 2024

By default, the gzip plugin gzips in place, adds a list of gzipped files to the deploy context, and the S3 plugin deploys the files and sets the right header based on the list on the deploy context.

I'm not familiar with codedeploy.

from ember-cli-deploy-s3.

jrdn91 avatar jrdn91 commented on August 20, 2024

All codedeploy is doing is watching for revisions on a single asset in an s3 bucket, at which point it will start a deployment process which copies the zip file, unzips it and places the files in a specified location on disk and then moves on to the next instance in the auto scaling group until the revision has been rolled to all servers.

So to make that work all I need to do is upload a single zip or gzip file. But after installing ember-cli-deploy-gzip all the assets are still being uploaded as apposed to what I assumed it would do which is one gzip'ed file.

from ember-cli-deploy-s3.

lukemelia avatar lukemelia commented on August 20, 2024

Ah, I see. That is not what ember-cli-deploy.gzip does. It zips files in
place. I would be open to a config option for ember-cli-deploy-gzip to
create an archive, or you could create a new plugin called perhaps
"ember-cli-deploy-archive" to do this.

On Thu, Dec 10, 2015 at 11:43 AM, Jordan4jc [email protected]
wrote:

All codedeploy is doing is watching for revisions on a single asset in an
s3 bucket, at which point it will start a deployment process which copies
the zip file, unzips it and places the files in a specified location on
disk and then moves on to the next instance in the auto scaling group until
the revision has been rolled to all servers.

So to make that work all I need to do is upload a single zip or gzip file.
But after installing ember-cli-deploy-gzip all the assets are still being
uploaded as apposed to what I assumed it would do which is one gzip'ed file.


Reply to this email directly or view it on GitHub
#36 (comment)
.

from ember-cli-deploy-s3.

jrdn91 avatar jrdn91 commented on August 20, 2024

Yeah I thought about doing that, seems like it should be rather simple I would imagine.

from ember-cli-deploy-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.