fix gitea pipeline yaml 3
Some checks failed
Build, push and deploy / builds (push) Failing after 4s

This commit is contained in:
albert 2024-11-07 23:11:29 +01:00
parent fa0b4e99eb
commit 0c60c36c0c

View File

@ -16,5 +16,6 @@ jobs:
- name: rclone to remote - name: rclone to remote
run: | run: |
ls -lha ls -lha
echo ${{ secrets.ID_ED25519 }} > ./id_ed25519 printf "%s" "${{ secrets.ID_ED25519 }}" > ./id_ed25519
chmod 600 ./id_ed25519 # Set proper permissions
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