
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
ember-cli-deploy-gh-pages
Advanced tools
Make deploying to gh-pages great again!
An ember-cli-deploy plugin to build application a specified branch. Defaults to gh-pages to work right out of the box with GitHub.
Based heavily on @ef4's ember-cli-deploy-git.
Configuration is optional, will work fine from the box. But for ease of access, some options are exposed
ember install ember-cli-deploy ember-cli-deploy-build ember-cli-deploy-gh-pages
A blueprint will run to generate config/deploy.js
From there, you will need to customize the following:
ENV['gh-pages'] = {
force: process.env.gitForcePush,
slack: {
webhookURL: process.env.webhookURL,
options: {
channel: process.env.slackChannel
},
success (deploy) {
return `
Successfully deployed to ${deploy.branch}\n
Visit at ${process.env.demoURL}
`;
},
failure (error) {
return error;
}
}
};
Both the success
and failure
hooks are optional.
For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.
setup
configure
upload
ember deploy <deployTarget>
FAQs
The default blueprint for ember-cli addons.
The npm package ember-cli-deploy-gh-pages receives a total of 0 weekly downloads. As such, ember-cli-deploy-gh-pages popularity was classified as not popular.
We found that ember-cli-deploy-gh-pages demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.