deploy_production: type: deploy image: ubuntu:latest environment: name: production url: timer.itsblue.de script: - apt update - apt install -y openssh-client - chmod 700 $DEPLOYMENT_SSH_KEY - scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i $DEPLOYMENT_SSH_KEY -rp . root@10.10.0.1:/opt/lamp/www/timer.itsblue.de only: - master