deploy ci fix, chmod +x to deploy.sh

This commit is contained in:
Bossanyi Tibor 2020-05-12 22:05:25 +02:00
parent 0f215b5c23
commit 0eba844cb7

View File

@ -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