This commit is contained in:
2026-04-28 01:24:04 +09:30
parent 914521f376
commit 29e8a32864
16 changed files with 445 additions and 315 deletions
+10 -1
View File
@@ -1,7 +1,7 @@
stages:
- build-sonar
- build
- test
- build-sonar
- docker
- deploy
@@ -17,6 +17,15 @@ variables:
build:java:
stage: build
image: eclipse-temurin:21-jdk
services:
- postgres:16-alpine
variables:
POSTGRES_DB: mtgsearch_build
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_URL: jdbc:postgresql://postgres:5432/mtgsearch_build
DB_USER: postgres
DB_PASSWORD: postgres
before_script:
- apt-get update && apt-get install -y curl
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -