Update .gitlab-ci.yml
This commit is contained in:
parent
1f961df3a8
commit
70413086fc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ deploy_production:
|
|||
url: timer.itsblue.de
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y openssh-client
|
||||
- apt install -y openssh-client rsync
|
||||
- chmod 700 $DEPLOYMENT_SSH_KEY
|
||||
- rsync -avz -e "ssh -i $DEPLOYMENT_SSH_KEY -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./ root@10.10.0.1:/opt/lamp/www/timer.itsblue.de
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue