mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 19:02:39 +02:00
15 lines
309 B
YAML
15 lines
309 B
YAML
---
|
|
deployer: 'sftp'
|
|
url: 'http://target/e107/'
|
|
db:
|
|
host: 'db'
|
|
dbname: 'app'
|
|
user: 'root'
|
|
password: 'Database Password for Continuous Integration'
|
|
populate: true
|
|
fs:
|
|
host: 'target'
|
|
user: 'www-data'
|
|
port: '22'
|
|
password: 'UNIX Password for Continuous Integration'
|
|
path: '/var/www/html/e107/' |