-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgit-deploy.config.sample
More file actions
executable file
·43 lines (36 loc) · 1.03 KB
/
git-deploy.config.sample
File metadata and controls
executable file
·43 lines (36 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Config file sample for Git-Deployer v1.3
[engine-conf]
hostname = MyHostname
listen = localhost
port = 32337
pidfile = /var/run/gds.pid
logfile = /var/log/gds.log
git-deployer = /home/Git-Deployer/git-deploy.pl
git = /usr/bin/git
mysql = /usr/bin/mysql
error_file = /tmp/git-deploy.err
debug_mode = off
smtp = smtp.example.com
smtp_from = sender@example.com
### SMTP authentication and protocol : NONE|CLASSIC|TLS|SSL, default none
# smtp_method = CLASSIC
# smtp_port = 465 (default 25)
# smtp_user = myusername
# smtp_pass = mystrongpassword
[git-deploy/master]
depth = 1
git_project = git://github.com/DrGkill/Git-Deployer.git
# Can also work with SSH connection:
# git_project = git@github.com:DrGkill/Git-Deployer.git
local_project_path = /home/test
contact = deploywatcher@example.com
db_host = mydatabase
db_port = 3306
db_name = gitdeploy
db_user = gitdeploy
db_pass = gitdeploy_secret
WPscripts = off
SetPerm = off
reset_hard = on
sysuser = git
[end]