MKMahmoud Khalilinm5lil.hashnode.dev·Jun 8, 2021 · 1 min readDeploy Laravel project to Cpanel using Git extensionadd .cpanel.yml' to your project and change theDEPLOYPATH` to your path --- deployment: tasks: - export DEPLOYPATH=/home/username/public_html/ - /bin/cp -r * $DEPLOYPATH git init git add . `git commit -m "First Commit" git branch -M main ...00
MKMahmoud Khalilinm5lil.hashnode.dev·Jun 7, 2021 · 2 min readHow to Use Let's Encrypt for Shared Hosting Cpanel without Let's Encrypt ExtensionFirst of all, Yes!, you can have a free SSL certificate installed on your CPanel hosted shared server! The process was tedious, but now is one cron job away, for unlimited certification freedom. It fetches and installs the certificates for the config...00