Compare commits
2 Commits
1c46fbee11
...
b62f68df68
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b62f68df68 | ||
|
|
4bb307df8d |
@ -10,8 +10,14 @@ 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: |
|
||||||
bash /opt/services/canina/deploy.sh ${BRANCH}
|
./deploy.sh ${BRANCH}
|
||||||
Loading…
Reference in New Issue
Block a user