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, 7 insertions, 0 deletions
diff --git a/scripts/dockerpush.sh b/scripts/dockerpush.sh
new file mode 100755
index 000000000..fb952032c
--- /dev/null
+++ b/scripts/dockerpush.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
+
+docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"