diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deploy.sh | 7 | ||||
| -rwxr-xr-x | scripts/setupremote.sh | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh deleted file mode 100755 index 40776d4..0000000 --- a/scripts/deploy.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e -set -x - -docker build . -git push dokku master diff --git a/scripts/setupremote.sh b/scripts/setupremote.sh deleted file mode 100755 index 14c4480..0000000 --- a/scripts/setupremote.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -e -set -x - -git remote add dokku dokku@minipaas.xeserv.us:christine |
