[FA-misc] CICD Updates

This commit is contained in:
gamer147
2026-01-31 10:48:14 -05:00
parent 7c3df7ab11
commit bdb863a032
2 changed files with 11 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ jobs:
- name: usernoveldata-service
project: FictionArchive.Service.UserNovelDataService
subgraph: UserNovelData
- name: reporting-service
project: FictionArchive.Service.ReportingService
subgraph: Reporting
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -119,6 +122,12 @@ jobs:
name: usernoveldata-service-subgraph
path: subgraphs/usernoveldata
- name: Download Reporting Service subgraph
uses: christopherhx/gitea-download-artifact@v4
with:
name: reporting-service-subgraph
path: subgraphs/reporting
- name: Configure subgraph URLs for Docker
run: |
for fsp in subgraphs/*/*.fsp; do

View File

@@ -27,6 +27,8 @@ jobs:
dockerfile: FictionArchive.Service.SchedulerService/Dockerfile
- name: usernoveldata-service
dockerfile: FictionArchive.Service.UserNovelDataService/Dockerfile
- name: reporting-service
dockerfile: FictionArchive.Service.ReportingService/Dockerfile
steps:
- name: Checkout
uses: actions/checkout@v4