mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Print host name
This commit is contained in:
parent
03f478a8d4
commit
ff9226af43
@ -13,6 +13,7 @@
|
||||
### Fixed
|
||||
- Fixed parallel execution with non-standart php bin path [#1265]
|
||||
- Fixed ssh multiplexing initialization [#1268]
|
||||
- Fixed exit code on error [#1236]
|
||||
|
||||
## v5.0.3
|
||||
[v5.0.2...v5.0.3](https://github.com/deployphp/deployer/compare/v5.0.2...v5.0.3)
|
||||
@ -233,6 +234,7 @@
|
||||
[#1252]: https://github.com/deployphp/deployer/pull/1252
|
||||
[#1251]: https://github.com/deployphp/deployer/pull/1251
|
||||
[#1246]: https://github.com/deployphp/deployer/pull/1246
|
||||
[#1236]: https://github.com/deployphp/deployer/issues/1236
|
||||
[#1227]: https://github.com/deployphp/deployer/pull/1227
|
||||
[#1218]: https://github.com/deployphp/deployer/issues/1218
|
||||
[#1205]: https://github.com/deployphp/deployer/issues/1205
|
||||
|
@ -302,6 +302,7 @@ class Deployer extends Container
|
||||
$io = new SymfonyStyle($input, $output);
|
||||
$io->block($e->getMessage(), get_class($e), 'fg=white;bg=red', ' ', true);
|
||||
$io->block($e->getTraceAsString());
|
||||
exit(1);
|
||||
});
|
||||
|
||||
// Require deploy.php file
|
||||
|
Loading…
x
Reference in New Issue
Block a user