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
I have several servers where I need to deploy an update.
If I deploy to several servers at once, the message text is displayed only for the first server
I would like to have a list of all the servers where the deployment took place
set('telegram_text', '{{user}} deploying {{what}} (branch: {{branch}}) to {{where}}');
example
dep deploy prod1, prod2, dev1, dev2
user deploying sitename (branch: master) to prod1
(branch: master) to prod2
(branch: test) to dev1
(branch: test) to dev2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have several servers where I need to deploy an update.
If I deploy to several servers at once, the message text is displayed only for the first server
I would like to have a list of all the servers where the deployment took place
set('telegram_text', '{{user}} deploying
{{what}}
(branch: {{branch}}) to {{where}}');example
Beta Was this translation helpful? Give feedback.
All reactions