diff options
| author | Christine Dodrill <me@christine.website> | 2018-07-01 13:36:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-01 13:36:38 -0700 |
| commit | b0e0b108231f9b71eebe68d8e9b99ca2846b4534 (patch) | |
| tree | ed26794d6eca41f004531e1a007d2a308635640e /scripts | |
| parent | 7d8c210f1499bce3558f107402f2c7ccf8417e7d (diff) | |
| parent | 920c0d303f9bce6207e221726bbacaa2022b540a (diff) | |
| download | xesite-b0e0b108231f9b71eebe68d8e9b99ca2846b4534.tar.xz xesite-b0e0b108231f9b71eebe68d8e9b99ca2846b4534.zip | |
Merge pull request #7 from Xe/rip-out-mage
Rip out mage
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deploy.sh | 7 | ||||
| -rwxr-xr-x | scripts/setupremote.sh | 6 |
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 |
