Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmmmwh/circleci-teams-notifications
https://github.com/pmmmwh/circleci-teams-notifications
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmmmwh/circleci-teams-notifications
- Owner: pmmmwh
- License: mit
- Created: 2020-02-14T08:08:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:45:28.000Z (8 months ago)
- Last Synced: 2024-05-02T06:12:58.546Z (6 months ago)
- Language: TypeScript
- Size: 510 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CircleCI Notifications for MS Teams
A serverless service to stream CircleCI workflow notifications for Slack to a Microsoft Teams incoming webhook.
## Development
### Environment
Create a file named `.env` fill it with content as shown below:
```
WEBHOOK_URL:
```### Server
Run the server with the command below with (auto-reload and auto-compilation enabled):
```shell
yarn dev
```## Deployment
Before deployment, make sure you have created a `SecureString` parameter with the key `/circleci-teams-notifications/WEBHOOK_URL` in Parameter Store of AWS System Manager.
The value of the parameter should be the `WEBHOOK_URL` for Teams.```shell
yarn serverless deploy --stage prod
```