Git manager (Pro pack) questions.

Daniel_Dog

Verified User
Joined
Nov 16, 2019
Messages
452
Hello everyone,

I just have some time to play with the git manager and I really like it.
But after I have look in the docs for it I had more questions then answers.
So I am asking them here incase anyone knows the anwser or can point me in the right direction.

My questions:
  • How can I force to not override centain files on fetch/deploy? (Like config.php as they are server specific.)
  • How can I force to not clone certain files? (Like readme.md as there is no point in having it on my live site.)
  • What is the safest way to store ssh keys? (Now I have them in a folder in the main home dir of the user.)
  • Is there a easy way to give the git manager an SSH key with password? (Keys without passwords seems unsafe to me but I might be wrong?)
  • Where is the Webhook URL for? (I use GitHub for the git location with a read-only repository key.)
 
EDIT:

The webhook is described in the docs. (Webhooks are supported for remotely synced repositories - triggering a webhook does automated fetch and deploy if both deploy branch and directory are set and valid.)
 
Back
Top