ZNPCsPlus/.drone.yml
that-apex ae1dd25a9a
All checks were successful
continuous-integration/drone/push Build is passing
feat(ci): add drone
2023-12-20 18:30:52 +01:00

19 lines
354 B
YAML

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