slack-deploy-bot icon indicating copy to clipboard operation
slack-deploy-bot copied to clipboard

Using custom keys for deploy

Open Aimpist opened this issue 6 years ago • 0 comments

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

  1. I'm replacing the "deploy" keyword from "deliver".
  2. 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.

Aimpist avatar Jul 26 '19 02:07 Aimpist