* init ingest torrents from annatar * works * mv annatar to src/ * done * add ci and readme --------- Co-authored-by: Brett <eruiluvatar@pnbx.xyz>
15 lines
295 B
YAML
15 lines
295 B
YAML
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
|