From 599712fab9127013e2d89dadabd839c847730637 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Jul 2018 13:20:01 -0700 Subject: rip out mage --- scripts/deploy.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/deploy.sh (limited to 'scripts/deploy.sh') 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 -- cgit v1.2.3