This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -11,6 +11,17 @@ steps:
|
||||
commands:
|
||||
- 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:
|
||||
- name: mvnrepo
|
||||
host:
|
||||
|
||||
Reference in New Issue
Block a user