1. Connect
Plesk's Git extension connects your subscription to a GitHub repository. It clones the repo into a dedicated directory on the server.
This site is automatically deployed to Enlighten Cloud every time a commit is
pushed to the main branch on GitHub. No FTP, no manual uploads, no server SSH —
just git push.
Plesk's Git extension connects your subscription to a GitHub repository. It clones the repo into a dedicated directory on the server.
Files are copied from the cloned repo into the site's document root. A webhook from GitHub tells Plesk to pull new commits automatically.
Optional post-deploy commands run after each pull — useful for
composer install, cache clearing, or database migrations.