easy-deploy-bundle
easy-deploy-bundle copied to clipboard
Configurable operation systems for servers and ability to make some commands depends on them
- Create new System name space with sevral basic opration systems
- Add parametr to addServer function which defines opration system
- Generate release folder name by php not by server
- reqister new property to get OS depended commands _env_command
- for linux servers start bash before execute any commands (ssh dont starting bash when command in parameter is specified and some programs not works, for example git)
How about MacOS? Is it same as Linux?