feature/FA-11_CICD #33
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user