Skip to content

Commit c21b297

Browse files
authored
Update README.md (Slack notification)
1 parent 58b39a7 commit c21b297

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ It's really possible (I hope not ^^) that I "reinventend the wheel" here so if y
1919
- DOCKER_REPO : the name of the registry repo of your image to deploy (*repo*/deployment-name:tag)
2020
- DOCKER_IMAGE : the name of your image to deploy (repo/*deployment-name*:tag)
2121
- DOCKER_TAG : the tag of your image to deploy (repo/deployment-name:*tag*)
22+
- SLACK_DEV_CHANNEL_ID (optional) : the Slack channel id dedicated to list your deployments happening in DEV
23+
- SLACK_PROD_CHANNEL_ID (optional) : the Slack channel id dedicated to list your deployments happening in PROD
24+
- SLACK_APP_TOKEN (optional) : the Bot User OAuth Token of your Slack app
25+
- you also need to make sure that it has the Bot Token Scope `chat:write` (OAuth & Permissions / Scopes))
2226

2327
## How to build your first gitops-deploy image ?
2428
- simply git clone this repo, if you host it somewhere : make sure this Git repo will be PRIVATE (regarding the SSH key)

0 commit comments

Comments
 (0)