deploy.yml updated
Some checks failed
Deploy Canina / deploy (push) Failing after 4s

This commit is contained in:
parsa aghaei 2026-08-09 22:01:52 +03:30
parent 8a6da626d1
commit e7b6adf0f8

View File

@ -10,8 +10,9 @@ jobs:
deploy: deploy:
runs-on: canina runs-on: canina
steps: steps:
# ❌ مرحله Checkout کاملاً حذف شد! # ✅ استفاده از اکشن داخلی Gitea برای دانلود کد (بدون نیاز به اینترنت)
# خود Gitea به صورت پیش‌فرض کد را در /home/runner/work/canina/canina/ دانلود کرده است. - name: Checkout Code
uses: https://git.parsaaghayi.ir/actions/checkout@v4
- name: Give execute permission to script - name: Give execute permission to script
run: chmod +x deploy.sh run: chmod +x deploy.sh