remove error test

This commit is contained in:
Parsa Nazer
2025-03-26 16:11:45 +03:30
parent 5dc412b7bf
commit 3c446eeaff
-10
View File
@@ -68,13 +68,3 @@ jobs:
docker image prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن images";} docker image prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن images";}
docker builder prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن builder cache";} docker builder prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن builder cache";}
- name: error test
uses: appleboy/ssh-action@v0.1.6
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd /root/asdfasdfasdfasdf/ || { echo "ERROR: دایرکتوری پیدا نشد"; exit 1; }