Improvements for Deployment Process
Hi. If a Magento project uses the internal deploying flow it would be great to have a chance to add updates to the deployment process.
The issue:
1 - We need to put store to the maintenance (manually)
2- Click pull in the cloudways (Deployment via GIT tab)
3 - Wait when the updates will be pulled and file right updated - (Magento contains too many files and this process can take around 6 minutes)
4 - Run Magento deploying scripts manually
Idea:
Some triggers can be added to the cloudways script to avoid run some deploying parts manually.
For ex: if the file beforepull.sh exists in the directory privatedeploy/ it will run automatically before pull updates.
if the file after_pull.sh - exists in this directory it will run after the updates pulling. Or something like this.