diff options
| author | Christine Dodrill <me@christine.website> | 2018-07-01 13:20:01 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-07-01 13:20:01 -0700 |
| commit | 599712fab9127013e2d89dadabd839c847730637 (patch) | |
| tree | 2a69843e6a5fbdb69cf4c4600e5a8693a3c4a708 /scripts | |
| parent | 7d8c210f1499bce3558f107402f2c7ccf8417e7d (diff) | |
| download | xesite-599712fab9127013e2d89dadabd839c847730637.tar.xz xesite-599712fab9127013e2d89dadabd839c847730637.zip | |
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 |
