Disable automatic deployment.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2026-01-24 00:07:55 +01:00
parent 5ef5837349
commit cae4221157
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -21,18 +21,18 @@ steps:
include:
- main
- feature/*
- name: deploy
image: maven:3.9-eclipse-temurin-25
environment:
REPO_TOKEN:
from_secret: repo-token
REPO_TOKEN_OSSRH:
from_secret: repo-token-ossrh
commands:
- mvn -s maven-settings.xml deploy -DskipTests=true
when:
branch:
- main
event:
exclude:
- pull_request
# - name: deploy
# image: maven:3.9-eclipse-temurin-25
# environment:
# REPO_TOKEN:
# from_secret: repo-token
# REPO_TOKEN_OSSRH:
# from_secret: repo-token-ossrh
# commands:
# - mvn -s maven-settings.xml deploy -DskipTests=true
# when:
# branch:
# - main
# event:
# exclude:
# - pull_request