Compare commits

..

No commits in common. "b62f68df689cbeef51fe9bf10283719a046d753a" and "1c46fbee112122f64ec7507fd4c6d70bc0759430" have entirely different histories.

View File

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