ZNPCsPlus/.drone.yml

19 lines
355 B
YAML
Raw Permalink Normal View History

2023-12-20 17:27:25 +00:00
kind: pipeline
type: docker
name: default
trigger:
event:
- push
- custom
steps:
- name: publish
pull: if-not-exists
2024-04-01 17:53:12 +00:00
image: openjdk:17-jdk
2023-12-20 17:27:25 +00:00
environment:
PACKAGESKEY:
from_secret: GITEA_PACKAGE_PUBLIC_RW
commands:
- ./gradlew --no-daemon --parallel -Pnetherite.git.packages.token=$PACKAGESKEY build publish