How to Deploy to cPanel Automatically
Push code to cPanel and let SENDR handle the upload and atomic swap. Great for PHP and static front-ends on shared hosting.
The cPanel document root
Your site lives in a directory like /home/username/public_html. SENDR's cPanel/SFTP adapter uploads your build there and swaps it in atomically.
Steps
- sendr init and add a cPanel target with your document root.
- Push to Git; SENDR detects the push and deploys.
- Roll back in one click from the dashboard if needed.
Deploy
sendr deploy --wait