diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -rsync -zarv --exclude=".git" . root@eug-vs.xyz:/var/www/website +find . -type f -name '*.md' -exec ./convert.sh {} \; +rsync -zarv --exclude=".git" --exclude="*.md" . root@eug-vs.xyz:/var/www/website |