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

This commit is contained in:
parsa aghaei 2026-08-09 22:13:39 +03:30
parent 306c80e362
commit 966a3eb842

View File

@ -14,7 +14,7 @@ jobs:
env:
BRANCH: ${{ github.ref_name }}
run: |
# دانلود فایل deploy.sh با wget (بدون نیاز به curl)
wget --no-check-certificate -O deploy.sh https://87.248.133.138/parsa/canina/raw/branch/main/deploy.sh
# ✅ آدرس اصلاح شده برای Gitea
wget --no-check-certificate -O deploy.sh https://87.248.133.138/parsa/canina/raw/main/deploy.sh
chmod +x deploy.sh
./deploy.sh ${BRANCH}