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

This commit is contained in:
parsa aghaei 2026-08-09 21:47:01 +03:30
parent 4bb307df8d
commit b62f68df68

View File

@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v3
- name: Give execute permission to script
run: chmod +x scripts/deploy.sh
run: chmod +x deploy.sh
- name: Run Deployment Script
env:
BRANCH: ${{ github.ref_name }}
run: |
bash scripts/deploy.sh ${BRANCH}
./deploy.sh ${BRANCH}