init ingest torrents from annatar (#157)
* init ingest torrents from annatar * works * mv annatar to src/ * done * add ci and readme --------- Co-authored-by: Brett <eruiluvatar@pnbx.xyz>
This commit is contained in:
14
.github/workflows/build_torrent_ingester.yaml
vendored
Normal file
14
.github/workflows/build_torrent_ingester.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build and Push Torrent Ingestor Service
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/python/torrent_ingestor/**'
|
||||
|
||||
jobs:
|
||||
process:
|
||||
uses: ./.github/workflows/base_image_workflow.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
CONTEXT: ./src/producer/
|
||||
IMAGE_NAME: knightcrawler-torrent-ingestor
|
||||
Reference in New Issue
Block a user