stricthostkeychecking=no
Some checks failed
Build, push and deploy / builds (push) Failing after 11s
Some checks failed
Build, push and deploy / builds (push) Failing after 11s
This commit is contained in:
parent
91320aabc0
commit
4d8f43a684
@ -20,4 +20,4 @@ jobs:
|
||||
chmod 600 ./id_ed25519 # Set proper permissions
|
||||
apt-get update
|
||||
apt-get install -y rsync
|
||||
rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ./id_ed25519" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
||||
rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ./id_ed25519 -o StrictHostKeyChecking=no" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
||||
|
Loading…
Reference in New Issue
Block a user