Yes, need to support as simple as providing a way to run custom commands in Cloudways API. Example is deploying a Laravel/Lumen app which require the following steps:
1. git pull
2. composer install
3. laravel / lumen migration
No 1 is already available via Cloudways API. Just need a way to include customized command like no 2 & no 3 to the API
Yes, need to support as simple as providing a way to run custom commands in Cloudways API. Example is deploying a Laravel/Lumen app which require the following steps:
1. git pull
2. composer install
3. laravel / lumen migration
No 1 is already available via Cloudways API. Just need a way to include customized command like no 2 & no 3 to the API