Is it possible to make changes directly on the production site via SFTP text editor or GIT client, and use the cPanel automatic deployment model?

berrymetal

Member
May 16, 2020
15
2
3
Denmark
cPanel Access Level
Root Administrator
The automatic deployment in cPanel starts with pulling from a remote repo like GitHub, that requires a repo URL.
Does that mean that I must make all the changes to my site on GitHub, if I want to use the cPanel automatic deployment?

I would like to use my favorite SFTP capable text editor or GIT client (Sublime Merge) instead, and make the changes directly on the live site, or locally from a local repository on my laptop.

Is it possible to use the automatic deployment so that the changes are made locally or via SFTP directly to the live files, instead of starting out making the changes on GitHub?
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,597
2,617
363
cPanel Access Level
Root Administrator
Hey there! It's fine to make edits to the site either way, but I'd recommend either editing the files OR using Git, not trying both. Details on how to setup the repository to work from your local computer can be found here:


which sounds like the best option from the list of things you want to do.