This commit is contained in:
parent
4bb307df8d
commit
b62f68df68
@ -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}
|
||||
Loading…
Reference in New Issue
Block a user