diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4095436..9bae65e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: build: stage: build - image: java:14 + image: openjdk14 script: - echo "Start building App" - rm -rf restservice/src/main/resources/application.properties @@ -18,7 +18,7 @@ build: expire_in: 1 hour paths: - restservice/target/ - + deploy_production: stage: deploy before_script: