Update CI

This commit is contained in:
Dorian Zedler 2021-10-07 12:10:55 +02:00
parent 5e34ed4578
commit c2add30831
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ deploy_production:
- apt install -y openssh-client
- chmod 700 $DEPLOYMENT_SSH_KEY
- scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i $DEPLOYMENT_SSH_KEY -r ./public/* root@10.10.0.1:/opt/lamp/www/itsblue.de
#only:
# - master
only:
- master