ZNPCsPlus/.drone.yml
that-apex 2e1d3e6895
Some checks failed
continuous-integration/drone/push Build is failing
feat(ci): add drone
2023-12-20 18:27:37 +01:00

19 lines
351 B
YAML

kind: pipeline
type: docker
name: default
trigger:
event:
- push
- custom
steps:
- name: publish
pull: if-not-exists
image: openjdk:17
environment:
PACKAGESKEY:
from_secret: GITEA_PACKAGE_PUBLIC_RW
commands:
- ./gradlew --no-daemon --parallel -Pnetherite.git.packages.token=$PACKAGESKEY build publish