diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index de6af59..0000000 --- a/deploy.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/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 - |