Continuous Deployment (Via git with additional steps)
To support continuous deployment (Via git with additional steps)
such as build phrase, deploy phrase like CI/CD platform
4
votes
Anonymous
shared this idea
-
Faizal Mansor commented
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