mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
10
.github/workflows/build_docker_image.yml
vendored
10
.github/workflows/build_docker_image.yml
vendored
@@ -55,11 +55,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
url: ${{ secrets.WEBHOOK_URL_2 }}
|
url: ${{ secrets.WEBHOOK_URL_2 }}
|
||||||
|
|
||||||
# -
|
-
|
||||||
# name: Invoke deployment hook (worker)
|
name: Invoke deployment hook (temporal_worker)
|
||||||
# uses: joelwmale/webhook-action@master
|
uses: joelwmale/webhook-action@master
|
||||||
# with:
|
with:
|
||||||
# url: ${{ secrets.WEBHOOK_URL_3 }}
|
url: ${{ secrets.WEBHOOK_URL_3 }}
|
||||||
|
|
||||||
# -
|
# -
|
||||||
# name: Invoke deployment hook (stream_notifications)
|
# name: Invoke deployment hook (stream_notifications)
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ from applications.schedule_sync.synchronizer import syncronize
|
|||||||
|
|
||||||
|
|
||||||
class ScheduleSyncActivity:
|
class ScheduleSyncActivity:
|
||||||
@activity.defn
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
@activity.defn
|
||||||
async def syncronize(cls, twitch_id: int):
|
async def syncronize(cls, twitch_id: int):
|
||||||
streamer = await StreamerConfigRepository.get_by_twitch_id(twitch_id)
|
streamer = await StreamerConfigRepository.get_by_twitch_id(twitch_id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user