We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f3c7 commit 7959721Copy full SHA for 7959721
examples/gosync.yml
@@ -10,9 +10,7 @@ sync:
10
path: "./test/"
11
12
connection:
13
- type: ssh
14
- hostname: example.com
15
- user: ssh-user
+ ssh: user@example.com
16
17
#########################
18
## Filesystem rsync
@@ -174,9 +172,7 @@ deploy:
174
172
175
173
176
177
178
179
180
181
filesystem:
182
- path: /tmp/path
@@ -206,8 +202,7 @@ deploy:
206
202
password: dev
207
203
208
204
docker: compose:mysql
209
- user: root
210
- password: dev
205
+ ssh: foo@example.com
211
options:
212
clear-database: true
213
0 commit comments