aboutsummaryrefslogtreecommitdiffhomepage
path: root/deploy.sh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-12 08:37:55 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-12 08:37:55 +0000
commit1dcb5814d2ebb00bd5b77d9d27392c839142fad7 (patch)
treee28c2a6c0c48e8ce679cb6d67b56b509d906bca5 /deploy.sh
downloadsariulclocks-1dcb5814d2ebb00bd5b77d9d27392c839142fad7.tar.gz
initial commit
"Hello, World" from <https://wiki.haskell.org/Web/Literature/Practical_web_programming_in_Haskell>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..83e2af1
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# simple deploy script for demeter
+
+cp -RL dist/build/sariulclocks.cgi/sariulclocks.cgi $HOME/html/
+# TODO: run strip on binary