From fb83280c79e88ac338b2f17a66e0676324b58ffb Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 29 Jan 2023 15:54:21 +0100 Subject: [PATCH] fixing drone --- drone/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/drone/.drone.yml b/drone/.drone.yml index 7ed2eda..cbc4f30 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -39,6 +39,7 @@ steps: - name: Build and push image: docker:latest commands: + - chmod +x drone/image-deploy.sh - drone/image-deploy.sh