Change to a monorepo structure
Some checks failed
Deploy API / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
Some checks failed
Deploy API / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
This commit is contained in:
parent
c7af4a1e7f
commit
76cf4bfd35
@ -3,17 +3,18 @@ name: Deploy API
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- LICENSE
|
||||
paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md", "!README.md", "!LICENSE.md"]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
deploy:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ["ubuntu-latest"]
|
||||
git-version: ["2.44.0"]
|
||||
runs-on: ${{ matrix.arch }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: "./API"
|
||||
|
||||
# Steps to run
|
||||
steps:
|
0
.gitignore → API/.gitignore
vendored
0
.gitignore → API/.gitignore
vendored
Loading…
x
Reference in New Issue
Block a user