Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
ember-cli-deploy-pn-pack
Advanced tools
A pack of ember-cli-deploy plugins for deploying PrecisionNutrition's Ember apps.
An ember-cli-deploy plugin pack to implement a deployment pattern for PrecisonNutrition's Ember apps
This plugin pack is prepared for internal use by PN and is open-sourced for educational purposes but will not be supported for shared community use.
This package bundles ember-cli-deploy-lightning-pack, ember-cli-deploy-slack and ember-cli-deploy-ssh-tunnel and a util method to minimize duplicated config code between apps.
Finally as part of the config step this build pack uses scp to copy the ENV
configuration from the deployTarget server.
It also has a blueprint for your config/deploy.js
file to get you started.
ember install ember-cli-deploy
ember install ember-cli-deploy-pn-pack
The necessary set of plugins will be available to ember-cli-deploy and an example deploy/config.js
file will be generated for you to customize with information about your app.
The generated blueprint will add a requirement for ember-cli-deploy-pn-pack-config
in package.json
.
This is private npm module that exposes the basic config needed to boostrap the build process and download the remote ENV
file.
If you want to use the Dev Workflow just add
+ emberCLIDeploy: {
+ runOnPostBuild: (env === 'development') ? 'development-postbuild' : false,
+ shouldActivate: true
+ },
to your ember-cli-build.js
file.
A "plugin pack" is a concept supported by ember-cli-deploy that allows a single addon to make multiple plugins available by adding a single direct depedency to your project.
The private config module is expected to return an object with 3 methods and 1 property
* pluginPackConfig.isValidTarget(deployTarget)
* pluginPackConfig.domain(deployTarget)
* pluginPackConfig.isProduction(deployTarget)
* pluginPackConfig.SSH_USERNAME
This pack is heavily inspired by Yapp's plugin pack thanks @lukemelia and team for doing the hard work :)
FAQs
A pack of ember-cli-deploy plugins for deploying PrecisionNutrition's Ember apps.
The npm package ember-cli-deploy-pn-pack receives a total of 12 weekly downloads. As such, ember-cli-deploy-pn-pack popularity was classified as not popular.
We found that ember-cli-deploy-pn-pack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.