aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-10-23 13:16:05 -0400
committerGitHub <noreply@github.com>2019-10-23 13:16:05 -0400
commit267176954fbfcab087cf269acc0155dae7a21fc8 (patch)
tree1be734b354fedd41794988ffaf8b81bf1b56957d /scripts
parentfae0178698db7b98d77ba67af2cf4a4446c2e5e6 (diff)
downloadxesite-267176954fbfcab087cf269acc0155dae7a21fc8.tar.xz
xesite-267176954fbfcab087cf269acc0155dae7a21fc8.zip
Update/go1.13.3 (#87)
* Update to go 1.13.3, remove old files, ping bing/google search * remove old lines, oops
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deploy.sh7
-rwxr-xr-xscripts/setupremote.sh6
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