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:
push:
branches: ["master"]
paths-ignore:
- .gitignore
- README.md
- LICENSE
- docker-compose.yml
- postman_collection.json
paths: ["API/**"]
jobs:
docker:
@ -19,6 +14,9 @@ jobs:
java-version: ["17"]
maven-version: ["3.8.5"]
runs-on: ${{ matrix.arch }}
defaults:
run:
working-directory: ./API
# Steps to run
steps:
@ -49,4 +47,4 @@ jobs:
uses: dokku/github-action@master
with:
git_remote_url: "ssh://dokku@10.10.3.28:22/restfulmc"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB