aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-07-01 13:36:38 -0700
committerGitHub <noreply@github.com>2018-07-01 13:36:38 -0700
commitb0e0b108231f9b71eebe68d8e9b99ca2846b4534 (patch)
treeed26794d6eca41f004531e1a007d2a308635640e /scripts
parent7d8c210f1499bce3558f107402f2c7ccf8417e7d (diff)
parent920c0d303f9bce6207e221726bbacaa2022b540a (diff)
downloadxesite-b0e0b108231f9b71eebe68d8e9b99ca2846b4534.tar.xz
xesite-b0e0b108231f9b71eebe68d8e9b99ca2846b4534.zip
Merge pull request #7 from Xe/rip-out-mage
Rip out mage
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deploy.sh7
-rwxr-xr-xscripts/setupremote.sh6
2 files changed, 13 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
new file mode 100755
index 0000000..40776d4
--- /dev/null
+++ b/scripts/deploy.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+set -x
+
+docker build .
+git push dokku master
diff --git a/scripts/setupremote.sh b/scripts/setupremote.sh
new file mode 100755
index 0000000..a8dc7f7
--- /dev/null
+++ b/scripts/setupremote.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+set -x
+
+git remote add dokku dooku@minipaas.xeserv.us:christine