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:
|
||||
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 }}
|
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…
Reference in New Issue
Block a user