summaryrefslogtreecommitdiff
path: root/dockerpush.sh
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-19 18:03:07 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-19 18:03:07 +0200
commit677490bc4e8d61627bcab32ed801c10a27139f29 (patch)
tree8ef634f6cf46886fa0baf83dc096824c05078096 /dockerpush.sh
parentStatic fileserver improvements, optional admin panel route (#100) (diff)
downloadgotosocial-677490bc4e8d61627bcab32ed801c10a27139f29.tar.xz
Db tls (#102)
* go mod tidy * complete example config * add tls support for db connection * add certpool to tlsConfig * add some lil docker scripts
Diffstat (limited to 'dockerpush.sh')
-rwxr-xr-xdockerpush.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dockerpush.sh b/dockerpush.sh
new file mode 100755
index 000000000..8377f8e4a
--- /dev/null
+++ b/dockerpush.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+docker push "superseriousbusiness/gotosocial:$(cat version)"