summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 11:59:07 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 11:59:07 +0100
commit46ac92dda98d96a30756be7bfcf29b8afaaed79b (patch)
tree1753b1ab8447185ae88beedee7164bbe4562c891
parenta2b6f9b768bb6e6022416bf2e5d84ba26e31074e (diff)
downloaddeployment-46ac92dda98d96a30756be7bfcf29b8afaaed79b.tar.gz
deployment-46ac92dda98d96a30756be7bfcf29b8afaaed79b.tar.bz2
deployment-46ac92dda98d96a30756be7bfcf29b8afaaed79b.zip
landing instead of demo
-rw-r--r--crontab.template2
-rwxr-xr-xupdate_demo.sh3
-rwxr-xr-xupdate_landing.sh3
3 files changed, 4 insertions, 4 deletions
diff --git a/crontab.template b/crontab.template
index 36ea4e7..813c7ed 100644
--- a/crontab.template
+++ b/crontab.template
@@ -1,4 +1,4 @@
-# XXX: ajust based on account
+# XXX: adjust based on account
MAILTO=demo@localhost
diff --git a/update_demo.sh b/update_demo.sh
deleted file mode 100755
index 6d56963..0000000
--- a/update_demo.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-cd $HOME/demo && git pull
diff --git a/update_landing.sh b/update_landing.sh
new file mode 100755
index 0000000..de978d3
--- /dev/null
+++ b/update_landing.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cd $HOME/landing && git pull