mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-21 19:30:12 +00:00
add members client builder
This commit is contained in:
parent
5d96064fdf
commit
62f4cf46e9
@ -58,6 +58,18 @@ class WebhookBase:
|
|||||||
],
|
],
|
||||||
"discord_release_hook": environ.get("GITHUB_RELEASE_HOOK_URL"),
|
"discord_release_hook": environ.get("GITHUB_RELEASE_HOOK_URL"),
|
||||||
},
|
},
|
||||||
|
"members": {
|
||||||
|
"gh_user": "tubearchivist",
|
||||||
|
"gh_repo": "members",
|
||||||
|
"docker_user": "bbilly1",
|
||||||
|
"docker_repo": "tubearchivist-client",
|
||||||
|
"build_release": [
|
||||||
|
"build", "--platform", "linux/amd64,linux/arm64",
|
||||||
|
"-t", "bbilly1/tubearchivist-client",
|
||||||
|
"-t", "bbilly1/tubearchivist-client:$VERSION", "--push"
|
||||||
|
],
|
||||||
|
"discord_release_hook": environ.get("GITHUB_RELEASE_HOOK_URL"),
|
||||||
|
},
|
||||||
"tubearchivist-plex": {
|
"tubearchivist-plex": {
|
||||||
"gh_user": "tubearchivist",
|
"gh_user": "tubearchivist",
|
||||||
"gh_repo": "tubearchivist-plex",
|
"gh_repo": "tubearchivist-plex",
|
||||||
|
Loading…
Reference in New Issue
Block a user