Compare commits

..
5 changed files with 13 additions and 5 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
name: React App CI
name: Frontend CI
on:
workflow_dispatch:
@@ -15,9 +15,11 @@ on:
- 'client/**/*.js'
- 'client/Dockerfile'
- 'client/Caddyfile'
- '.github/workflows/client-ci.yml'
jobs:
build-and-push:
name: Frontend CI
runs-on: ubuntu-latest
permissions:
contents: read
+3 -1
View File
@@ -1,4 +1,4 @@
name: Build and Push App Docker Image
name: Frontend Build & Push
on:
workflow_dispatch:
@@ -15,9 +15,11 @@ on:
- 'client/**/*.js'
- 'client/Dockerfile'
- 'client/Caddyfile'
- '.github/workflows/main-client.yml'
jobs:
build-and-push:
name: Frontend Build & Push
runs-on: ubuntu-latest
permissions:
contents: write
+3 -1
View File
@@ -1,4 +1,4 @@
name: Build and Push API Docker Image
name: Backend Build & Push
on:
workflow_dispatch:
@@ -9,9 +9,11 @@ on:
- 'server/**/*.java'
- 'server/**/*.xml'
- 'server/pom.xml'
- '.github/workflows/main-server.yml'
jobs:
build-and-push:
name: Backend Build & Push
runs-on: ubuntu-latest
permissions:
contents: write
+3 -1
View File
@@ -1,4 +1,4 @@
name: Server API CI
name: Backend CI
on:
workflow_dispatch:
@@ -10,9 +10,11 @@ on:
- 'server/**/*.java'
- 'server/**/*.xml'
- 'server/pom.xml'
- '.github/workflows/server-ci.yml'
jobs:
run-checks:
name: Backend CI
runs-on: ubuntu-latest
permissions:
contents: read
+1 -1
View File
@@ -11,7 +11,7 @@
<groupId>br.com.tasknoteapp</groupId>
<artifactId>server</artifactId>
<version>13</version>
<version>15</version>
<name>tasknote-api</name>
<description>Java backend REST API to serve TaskNote frontend client</description>