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:
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: