summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 49e94d8..704bcf8 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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