Move to monorepo layout
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 26s
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:
parent
348f7fa1eb
commit
7ab210edb7
@ -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:
|
0
.gitignore → API/.gitignore
vendored
0
.gitignore → API/.gitignore
vendored
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
x
Reference in New Issue
Block a user