Move to monorepo layout
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 26s

This commit is contained in:
Braydon 2024-04-14 11:26:54 -04:00
parent 348f7fa1eb
commit 7ab210edb7
74 changed files with 6 additions and 8 deletions

@ -1,14 +1,9 @@
name: Deploy App name: Deploy API
on: on:
push: push:
branches: ["master"] branches: ["master"]
paths-ignore: paths: ["API/**"]
- .gitignore
- README.md
- LICENSE
- docker-compose.yml
- postman_collection.json
jobs: jobs:
docker: docker:
@ -19,6 +14,9 @@ jobs:
java-version: ["17"] java-version: ["17"]
maven-version: ["3.8.5"] maven-version: ["3.8.5"]
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
defaults:
run:
working-directory: ./API
# Steps to run # Steps to run
steps: steps:

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB