deploy ci fix

This commit is contained in:
Bossanyi Tibor 2020-05-12 21:39:57 +02:00
parent fa0cf72f50
commit 408d034bab

View File

@ -1,5 +1,4 @@
services:
- mysql:latest
stages:
- build
@ -55,9 +54,12 @@ test:
deploy:
stage: deploy
image: mysql:latest
script:
- apt-get update && apt-get --assume-yes install sshpass
- ci-cd/deploy.sh
only:
- master
after_script:
- echo "End CI"