mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-05-20 14:48:53 +00:00
* go mod tidy * complete example config * add tls support for db connection * add certpool to tlsConfig * add some lil docker scripts
3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker push "superseriousbusiness/gotosocial:$(cat version)"
|