24 lines
456 B
YAML
24 lines
456 B
YAML
|
source: ./example/source/ # be sure to add trailing / to avoid making a subdirectory under destination
|
||
|
destination: /opt/example
|
||
|
flags: 'av'
|
||
|
runOpts:
|
||
|
cli: true
|
||
|
excludeFrom:
|
||
|
- .gitignore
|
||
|
- example/source/.npmignore
|
||
|
exclude:
|
||
|
- .gitignore
|
||
|
- .npmignore
|
||
|
set:
|
||
|
- delete
|
||
|
- delete-excluded
|
||
|
- stats
|
||
|
watch: # true
|
||
|
wait: 200
|
||
|
immediate: true
|
||
|
ssh:
|
||
|
host: relays.kebler.net
|
||
|
username: sysadmin
|
||
|
# quiet: true
|
||
|
# additional: ''
|