File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments