This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -11,6 +11,17 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mvn install
|
- mvn install
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
|
image: maven:3.6.1-jdk-8-slim
|
||||||
|
volumes:
|
||||||
|
- name: mvnrepo
|
||||||
|
path: /root/.m2
|
||||||
|
commands:
|
||||||
|
- mvn deploy -DskipTests=true -DaltDeploymentRepository=${DEPREPO}
|
||||||
|
environment:
|
||||||
|
DEPREPO:
|
||||||
|
from_secret: deprepo
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: mvnrepo
|
- name: mvnrepo
|
||||||
host:
|
host:
|
||||||
|
|||||||
Reference in New Issue
Block a user