изменение сi-cd 13

This commit is contained in:
Kayashov.SM
2025-04-25 11:30:31 +04:00
parent ef07ac0105
commit ae36992a51

View File

@@ -5,7 +5,8 @@ services:
stages:
- stop-old
- build
- build app
- build docker
- deploy
@@ -20,7 +21,7 @@ stop-job:
maven-build:
image: maven:3.6.3-openjdk-17-slim
stage: build
stage: build app
script: "mvn -am clean package"
only:
- back_release
@@ -29,7 +30,7 @@ maven-build:
- target/*.jar
docker-build:
stage: build
stage: build docker
only:
- back_release
script: