mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 04:43:17 -06:00
move scripts, allow testing both dbs with one cmd
This commit is contained in:
parent
f2e5bedea6
commit
5510a39cf3
13 changed files with 263 additions and 99 deletions
7
scripts/dockerpush.sh
Executable file
7
scripts/dockerpush.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
BRANCH_NAME="$(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
docker push "superseriousbusiness/gotosocial:${BRANCH_NAME}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue