-
-
Notifications
You must be signed in to change notification settings - Fork 604
Expand file tree
/
Copy pathpyftpsync.yaml
More file actions
31 lines (26 loc) · 797 Bytes
/
pyftpsync.yaml
File metadata and controls
31 lines (26 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Configuration for `pyftpsync run ...` command line tool.
# See https://pyftpsync.readthedocs.io/ for details.
# This task is used by `pyftpsync run` if no task is passed as argument:
default_task: deploy
# Default settings shared by all tasks:
common_config:
exclude: archive,build,node_modules,.*,_*
progress: true
remote: sftp://ssh.strato.de/tech/fancytree
# Make --root default (can be overridden by --here):
root: true
# verbose: 4
# List of task definitions:
tasks:
# sync_all:
# command: sync
# remote: ftp://wwwendt.de/tech/fancytree
deploy:
command: upload
delete_unmatched: true
deploy_force:
command: upload
delete_unmatched: true
delete: true
resolve: local
force: true