From 6f3f0c5f2d0359bf0ae92db77790101fb59a2d98 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 3 Dec 2023 11:40:38 +0200 Subject: [PATCH] Update the CI/CD config to upload the war file. --- .drone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index 1ec9595..fb8c394 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -30,7 +30,7 @@ steps: base_url: from_secret: BASE_URL files: - - target/*.jar + - target/*.war checksum: - md5 - sha1