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 704bcf8..de6af59 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,4 +1,5 @@
#!/bin/sh
-find . -type f -name '*.md' -exec ./convert.sh {} \;
+EMOJI_SEDSTRING=$(./compile_emoji_sedstring.sh)
+find . -type f -name '*.md' -exec ./convert.sh {} "$EMOJI_SEDSTRING" \;
rsync -zarv --exclude=".git" --exclude="*.md" . root@eug-vs.xyz:/var/www/website