From 64bd689e557099f32dfaf5209ce55bc08ae3aca1 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:13:24 +0200 Subject: Test both dbs (#205) * move scripts, allow testing both dbs with one cmd * tidy + vendor * update test.sh to ignore cache * put test commands directly in drone.yml * change CONTRIBUTING slightly * go ham on the readme --- scripts/dockerpush.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/dockerpush.sh (limited to 'scripts/dockerpush.sh') 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}" -- cgit v1.2.3