
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
@dotcom-tool-kit/circleci-deploy
Advanced tools
A plugin that will add CircleCI jobs that will interact with deployment services, such as Heroku or Serverless, to your CircleCI config.
A plugin that will add CircleCI jobs that will interact with deployment services, such as Heroku or Serverless, to your CircleCI config.
This plugin will require the additional installation of the plugin to handle your chosen deployment service(s) to actually run anything; this plugin defines hooks for other plugins to use, but no tasks to associate with those hooks. The plugin is installed as a dependency of the frontend-app and backend-heroku-app plugins so you do not need to install it separately if you are using one of those plugins.
Install @dotcom-tool-kit/circleci-deploy
as a devDependency
in your app:
npm install --save-dev @dotcom-tool-kit/circleci-deploy
Add the plugin to your Tool Kit configuration:
plugins:
- '@dotcom-tool-kit/circleci-deploy'
Install this plugin's hooks:
npx dotcom-tool-kit --install
config.yml
If you are migrating your project to Tool Kit for the first time then this plugin can generate a new .circleci/config.yml
file for your project including Tool Kit configured workflows. To use this feature please delete or rename your existing CircleCI config.yml
file before running the install command.
config.yml
See manually adding jobs to your CircleCI config
Event | Description | Installed to... | Default Tasks |
---|---|---|---|
deploy:review | Create and test review app | deploy-review job in .circle/config.yml | HerokuReview |
deploy:staging | Deploy app to staging | deploy-staging job in .circle/config.yml | HerokuStaging |
test:review | Run smoke tests | e2e-test-review job in .circle/config.yml | NTest |
teardown:review | Teardown review lambda | e2e-test-review job in .circle/config.yml | ServerlessTeardown |
test:staging | Run smoke tests on staging | e2e-test-staging job in .circle/config.yml | NTest |
teardown:staging | Scale down staging | e2e-test-staging job in .circle/config.yml | HerokuTeardown |
deploy:production | Deploy to production | deploy-production job in .circle/config.yml | HerokuProduction |
FAQs
A plugin that will add CircleCI jobs that will interact with deployment services, such as Heroku or Serverless, to your CircleCI config.
The npm package @dotcom-tool-kit/circleci-deploy receives a total of 480 weekly downloads. As such, @dotcom-tool-kit/circleci-deploy popularity was classified as not popular.
We found that @dotcom-tool-kit/circleci-deploy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.