deploy.yml updated for new deploy.sh

This commit is contained in:
parsa aghaei 2026-08-09 21:42:16 +03:30
parent 1c46fbee11
commit 4bb307df8d

View File

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