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