add members client builder

This commit is contained in:
Simon 2023-09-27 15:22:00 +07:00
parent 5d96064fdf
commit 62f4cf46e9
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 12 additions and 0 deletions

View File

@ -58,6 +58,18 @@ class WebhookBase:
],
"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": {
"gh_user": "tubearchivist",
"gh_repo": "tubearchivist-plex",