aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-23 01:21:04 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-23 01:21:04 +0000
commitef215a6406e7a7cec840a5486ae8ddf5616f3029 (patch)
treeae14cce27521ef85c9335c7f521f673e06ac218e
parentadd games preview similar to s-ol.nu (diff)
downloadmmm-ef215a6406e7a7cec840a5486ae8ddf5616f3029.tar.gz
mmm-ef215a6406e7a7cec840a5486ae8ddf5616f3029.zip
remove deploy.sh, doesn't work with stuff
-rwxr-xr-xdeploy.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index 128d334..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-shopt -s globstar
-cd $(dirname $0)/root
-rm -rf ../dist
-mkdir ../dist
-cp --parents $(git check-ignore **) ../dist