slack-deploy-bot
slack-deploy-bot copied to clipboard
Using custom keys for deploy
First requirement Can I change the "deploy" keyword to some other custom word, to get the job done? For example, As of now, we are using "deploy my-awesome-app # deploy my-awesome-app default branch to default environment".
I want to get this job done by using below " deliver my-awesome-app # deploy my-awesome-app default branch to default environment"
Second Requirement "build my-awesome-app # from the default branch" (Logics and scripts I can develop to build) Here, my requirement is only built but not deploy.
Concluding here
- I'm replacing the "deploy" keyword from "deliver".
- Along with delivering, sometime I may want to build ONLY but not deploy. So, can I use "build" also? So, basically, I want the ability to use both keywords on slack as and when required.
Is it possible with this bot? If yes, please share the steps to do this. Thank you.