From 84f95c1dcdb40032be4cc8305da5a066f421e8ea Mon Sep 17 00:00:00 2001 From: xuu Date: Mon, 29 May 2023 10:56:01 -0600 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ccd0fc8..730575a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - name: compress image: gruebel/upx:latest commands: - - upx --best --lzma -o ev build/ev + - upx --best --lzma -o .ansible/ev build/ev - name: deploy image: plugins/ansible:3