ZNPCsPlus/.drone.yml
that-apex 53d444b0b6
Some checks failed
continuous-integration/drone/push Build is failing
feat(ci): add drone
2023-12-20 18:28:55 +01:00

18 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