Skip to content

Commit 7959721

Browse files
committed
Change gosync example to new connection layout
1 parent 496f3c7 commit 7959721

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

examples/gosync.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ sync:
1010
path: "./test/"
1111

1212
connection:
13-
type: ssh
14-
hostname: example.com
15-
user: ssh-user
13+
1614

1715
#########################
1816
## Filesystem rsync
@@ -174,9 +172,7 @@ deploy:
174172
path: "./test/"
175173

176174
connection:
177-
type: ssh
178-
hostname: example.com
179-
user: ssh-user
175+
180176

181177
filesystem:
182178
- path: /tmp/path
@@ -206,8 +202,7 @@ deploy:
206202
password: dev
207203
connection:
208204
docker: compose:mysql
209-
user: root
210-
password: dev
205+
211206
options:
212207
clear-database: true
213208

0 commit comments

Comments
 (0)