optimisations
continuous-integration/drone/push Build was killed Details

production
Override-6 2 years ago
parent 1fd878d069
commit e3ee8336cd

@ -6,6 +6,9 @@ name: Deployment
steps:
- name: Unit tests
image: amazoncorretto:11
volumes:
- name: build
path: ./build
commands:
- echo
- ./gradlew :test
@ -19,6 +22,9 @@ steps:
from_secret: SSH_PRIVATE
SSH_PUBLIC_KEY:
from_secret: SSH_PUBLIC
volumes:
- name: build
path: ./build
commands:
- chmod 777 drone/deliver.sh
- drone/deliver.sh $DRONE_BRANCH

@ -1,6 +1,6 @@
#!/usr/bin/env bash
./drone/prepare-delivery.sh
./drone/prepare-deliver.sh
./gradlew :shadowJar