Fixed SSH authentication + uploads folder check
This commit is contained in:
@@ -100,18 +100,17 @@ git:
|
||||
branch: master
|
||||
auth:
|
||||
|
||||
# Type: basic, oauth or ssh
|
||||
# Type: basic or ssh
|
||||
type: ssh
|
||||
|
||||
# Only for Basic authentication:
|
||||
username: marty
|
||||
|
||||
# Password, OAuth token or private key passphrase:
|
||||
password: MartyMcFly88
|
||||
|
||||
# Only for SSH authentication:
|
||||
publicKey: /etc/wiki/keys/git.pem
|
||||
privateKey: /etc/wiki/keys/git.pem
|
||||
|
||||
sslVerify: true
|
||||
signature:
|
||||
name: Marty
|
||||
email: marty@example.com
|
||||
email: marty@example.com
|
||||
|
||||
Reference in New Issue
Block a user