webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.29k stars 601 forks source link

Trigger `cli-create-webiny-project-end` Before Auto Deployment #4204

Closed adrians5j closed 1 month ago

adrians5j commented 1 month ago

Changes

When a project template has been fully set up, we ask the user if they want to continue with deploying their project.

If they answer yes, then the cli-create-webiny-project-end event would trigger only after that deployment has finished. Which should not be the case. The event should be triggered before that deployment.

Note that if the user answered "no", then the event would be triggered, this time correctly because there is no auto deployment happening, and the process would shut down.

How Has This Been Tested?

Manually.

Documentation

N/A