REBELinBLUE / deployer

Deployer is a free and open source deployment tool.
http://phpdeployment.org
MIT License
914 stars 185 forks source link

[Improvement] Add Project URL to success deployment notification #337

Open bbashy opened 7 years ago

bbashy commented 7 years ago

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.

REBELinBLUE commented 7 years ago

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

bbashy commented 7 years ago

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

REBELinBLUE commented 7 years ago

Ah! That makes sense!

REBELinBLUE commented 7 years ago

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