This commit is contained in:
parent
c2c0d38e26
commit
5ff61abdcd
@ -18,5 +18,6 @@ jobs:
|
|||||||
ls -lha
|
ls -lha
|
||||||
printf "%s" "${{ secrets.ID_ED25519 }}" > ./id_ed25519
|
printf "%s" "${{ secrets.ID_ED25519 }}" > ./id_ed25519
|
||||||
chmod 600 ./id_ed25519 # Set proper permissions
|
chmod 600 ./id_ed25519 # Set proper permissions
|
||||||
|
apt-get update
|
||||||
apt-get install -f rsync
|
apt-get install -f 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" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
||||||
|
Loading…
Reference in New Issue
Block a user