@dotcom-tool-kit/circleci-deploy
v6.0.1
Published
A plugin that will add CircleCI jobs that will interact with deployment services, such as AWS or Serverless, to your CircleCI config.
Readme
@dotcom-tool-kit/circleci-deploy
A plugin that will add CircleCI jobs that will interact with deployment services, such as AWS 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 containerised-app-with-assets, containerised-app, and backend-serverless-app plugins so you do not need to install it separately if you are using one of those plugins.
Installation
Install @dotcom-tool-kit/circleci-deploy as a devDependency in your app:
npm install --save-dev @dotcom-tool-kit/circleci-deployAdd the plugin to your Tool Kit configuration:
plugins:
- '@dotcom-tool-kit/circleci-deploy'Install this plugin's hooks:
npx dotcom-tool-kit --installFor Tool Kit generated CircleCI 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.
