Skip to content

Commit 71a4016

Browse files
committed
Added site example yml
1 parent d9b495a commit 71a4016

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

example/site-example.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
dev:
2+
name: example
3+
profile: standard
4+
root: /var/www/example
5+
host: example.local
6+
user: admin
7+
pass: password
8+
repo:
9+
type: git
10+
url: [email protected]:user/example.git
11+
branch: 8.x
12+
db:
13+
dump: /mnt/nfs/Drupal/sql/d8_example.sql.gz
14+
host: 127.0.0.1
15+
name: example
16+
user: root
17+
port: 3306
18+
type: mysql

0 commit comments

Comments
 (0)