feature/FA-11_CICD #33

Merged
conco merged 27 commits from feature/FA-11_CICD into master 2025-11-26 23:39:45 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0d9f788678 - Show all commits

View File

@@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- master - master
tags:
- 'v*.*.*'
paths: paths:
- 'FictionArchive.Service.*/**' - 'FictionArchive.Service.*/**'
- 'FictionArchive.Common/**' - 'FictionArchive.Common/**'
@@ -72,7 +74,7 @@ jobs:
run: fusion subgraph pack -w ${{ matrix.service.project }} run: fusion subgraph pack -w ${{ matrix.service.project }}
- name: Upload subgraph package - name: Upload subgraph package
uses: actions/upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: ${{ matrix.service.name }}-subgraph name: ${{ matrix.service.name }}-subgraph
path: ${{ matrix.service.project }}/*.fsp path: ${{ matrix.service.project }}/*.fsp

View File

@@ -18,8 +18,6 @@ jobs:
strategy: strategy:
matrix: matrix:
service: service:
- name: api
dockerfile: FictionArchive.API/Dockerfile
- name: novel-service - name: novel-service
dockerfile: FictionArchive.Service.NovelService/Dockerfile dockerfile: FictionArchive.Service.NovelService/Dockerfile
- name: user-service - name: user-service