Compare commits

..

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

View File

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