You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Is it possible with this bot? If yes, please share the steps to do this. Thank you.
The text was updated successfully, but these errors were encountered: