Migration to Drone CI #8

Merged
william merged 22 commits from features into master 2021-08-01 17:28:44 -04:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit e18ed190ef - Show all commits

View File

@ -4,7 +4,7 @@ type: docker
environment:
CRE_VERSION: ${DRONE_BUILD_NUMBER}
CRE_ARTIFACT_NAME: ColorRecipesExplorer-backend-${DRONE_BUILD_NUMBER}
CRE_ARTIFACT_NAME: ColorRecipesExplorer
CRE_REGISTRY_IMAGE: registry.fyloz.dev:5443/colorrecipesexplorer/backend
CRE_PORT: 9090
@ -26,10 +26,6 @@ steps:
- name: containerize
image: plugins/docker
settings:
build_args:
- JDK_VERSION=11
- PORT=${CRE_PORT}
- ARTIFACT_NAME=${CRE_ARTIFACT_NAME}
repo: ${CRE_REGISTRY_IMAGE}
tags:
- latest