deploy rsync

This commit is contained in:
albert 2024-11-07 22:52:08 +01:00
parent bc2a3c45ed
commit 726e165faf

View File

@ -17,4 +17,5 @@ jobs:
run: |
ls -lha
echo ${{ secrets.ID_ED25519 }} > ~/.ssh/id_ed25519
rsync -avz --delete --exclude=".git" --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ~/.ssh/id_ed25519" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
# rsync -avz --delete --exclude=".git" --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ~/.ssh/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 ~/.ssh/id_ed25519" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs