Codepipeline Watch that post updates to slack channel 🚥
🏗️ This documentation is in building
Here is some minimal instruction details:
- clone this repository
- set up dependencies:
nvm use
andnpm install
- create a basic config file, with the minimal details to be configure
# ./my-config.yml github: token: MY_GITHUB_TOKEN slack: token: MY_SLACK_TOKEN channel: MY_SLACK_CHANNEL
- deploy it with
npx serverless deploy --config-file my-config.yml
If your want more control over naming of creating ressource you can extend your config file with overrides following a similar schema than in the default config
Destroy all the things with npx serverless remove --config-file my-config.yml