Change to a monorepo structure
Some checks failed
Deploy API / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled

This commit is contained in:
Braydon 2024-09-09 17:49:25 -04:00
parent c7af4a1e7f
commit 76cf4bfd35
29 changed files with 5 additions and 4 deletions

@ -3,17 +3,18 @@ name: Deploy API
on: on:
push: push:
branches: ["master"] branches: ["master"]
paths-ignore: paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md", "!README.md", "!LICENSE.md"]
- README.md
- LICENSE
jobs: jobs:
docker: deploy:
strategy: strategy:
matrix: matrix:
arch: ["ubuntu-latest"] arch: ["ubuntu-latest"]
git-version: ["2.44.0"] git-version: ["2.44.0"]
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
defaults:
run:
working-directory: "./API"
# Steps to run # Steps to run
steps: steps: