aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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