Skip to content

Commit 0acb98d

Browse files
committed
Add gosync.simple.yml
1 parent 1d5bd41 commit 0acb98d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

examples/gosync.simple.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
3+
sync:
4+
production:
5+
path: "./local/path/"
6+
7+
connection:
8+
ssh: user@example.com
9+
10+
filesystem2:
11+
- path: /path/to/project/on/example.com/
12+
filter:
13+
exclude:
14+
- .git
15+
- node_modules/
16+
options:
17+
generate-stubs: true
18+
19+
database:
20+
- type: mysql
21+
filter:
22+
exclude:
23+
include:
24+
local:
25+
schema: app
26+
connection:
27+
docker: compose:mysql
28+
options:
29+
clear-database: true

0 commit comments

Comments
 (0)