From 0eba844cb7ee04b775f547bf3298da3c7cc5e65c Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Tue, 12 May 2020 22:05:25 +0200 Subject: [PATCH] deploy ci fix, chmod +x to deploy.sh --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe5341d..adfb668 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,7 @@ deploy: image: mysql:latest script: - apt-get update && apt-get --assume-yes install sshpass + - chmod +x ci-cd/deploy.sh - ci-cd/deploy.sh only: - master