We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5bd41 commit 0acb98dCopy full SHA for 0acb98d
1 file changed
examples/gosync.simple.yml
@@ -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
22
23
+ include:
24
+ local:
25
+ schema: app
26
27
+ docker: compose:mysql
28
29
+ clear-database: true
0 commit comments