summaryrefslogtreecommitdiff
path: root/scripts/dockerpush.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dockerpush.sh')
-rwxr-xr-xscripts/dockerpush.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/dockerpush.sh b/scripts/dockerpush.sh
deleted file mode 100755
index fb952032c..000000000
--- a/scripts/dockerpush.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-set -e
-
-BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
-
-docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"