deployer icon indicating copy to clipboard operation
deployer copied to clipboard

[Improvement] Add Project URL to success deployment notification

Open bbashy opened this issue 7 years ago • 4 comments

Would it be possible to include the Project URL to the successful deployment notification?

Maybe just Slack or HipChat since you may not want to include/show too much for others.

bbashy avatar Mar 27 '17 12:03 bbashy

Hmm, the "project" field in the hipchat attribute should already link https://github.com/REBELinBLUE/deployer/blob/master/app/Notifications/Configurable/DeploymentFinished.php#L204-L205 as should the "project" field in the slack attachment https://github.com/REBELinBLUE/deployer/blob/master/app/Notifications/Configurable/DeploymentFinished.php#L109-L113

REBELinBLUE avatar Mar 27 '17 13:03 REBELinBLUE

Sorry, I meant the domain URL you enter when creating/editing the project!

bbashy avatar Mar 27 '17 13:03 bbashy

Ah! That makes sense!

REBELinBLUE avatar Mar 27 '17 13:03 REBELinBLUE

Working on it in https://github.com/REBELinBLUE/deployer/tree/feature/337 but having problems with hip chat

REBELinBLUE avatar Apr 16 '17 16:04 REBELinBLUE