19 lines
415 B
YAML
19 lines
415 B
YAML
source: ./test/source/ # be sure to add trailing / to avoid making a subdirectory under destination
|
|
destination: /opt/destination
|
|
flags: 'av'
|
|
excludeFrom:
|
|
- ./test/source/.gitignore
|
|
# - ./hardware/i2c/bus/.npmignore
|
|
exclude:
|
|
- .gitignore
|
|
- .npmignore
|
|
set:
|
|
- delete
|
|
- delete-excluded
|
|
ssh:
|
|
host: relays.kebler.net
|
|
username: sysadmin
|
|
# watch: # true
|
|
# wait: 200
|
|
# immediate: true
|