ember-cli-deploy-redis icon indicating copy to clipboard operation
ember-cli-deploy-redis copied to clipboard

An ember-cli-deploy-plugin to upload index.html to a Redis store

Results 17 ember-cli-deploy-redis issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

[Prember](https://github.com/ef4/prember) pre-renders routes into a static directory structure with index.html files at build time. I'd like to be able to use the lightning strategy for deployment and pre-render my static...

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.1. Release notes Sourced from engine.io's releases. 6.1.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Running a js app inside a container, In `deploy.js` I have the following simple config ``` ENV.redis = { url: process.env['REDIS_URL'] } ``` The url in the env is `REDIS_URL=redis://redis:6379/0`...

How about sample nginx conf and some tutorial on how to set up it?

enhancement
help wanted

hi I would like to see something like pub/sub when deploying changes, so when a `didDeploy` event happens this add-on can exec a `PUBLISH ${keyPrefix}:deploy ${revisionKey}` and a fastboot-notifier can...

I've been attempting to pass my own `redisClient`, so I could use sentinel-aware `ioredis`. It looks like this won't work, and the injection is only for testing, since `redisClient` needs...

Currently `fetchRevisions` is fired both on `deploy` and `deploy:list` the log messages in the hook are NOT marked as `verbose` but they should be for the `deploy` command as they...