fix formatting in gitea pipeline yaml 3
All checks were successful
Build, push and deploy / builds (push) Successful in 4s

This commit is contained in:
albert 2024-11-07 23:06:07 +01:00
parent 14f1f2beb9
commit 83daa58146

View File

@ -13,8 +13,8 @@ jobs:
- name: checkout code
uses: actions/checkout@v2
- name: rclone to remote
run: |
ls -lha
echo ${{ secrets.ID_ED25519 }} > ~/.ssh/id_ed25519
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
# - name: rclone to remote
# run: |
# ls -lha
# echo ${{ secrets.ID_ED25519 }} > ~/.ssh/id_ed25519
# 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