updated CI/CD pipeline
This commit is contained in:
parent
b3477bb980
commit
eab07b849c
@ -9,8 +9,10 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Navigate to project and pull latest code
|
||||||
run: git pull origin main
|
run: |
|
||||||
|
cd /home/pablo/opt/apps/pablo.shortman.me
|
||||||
|
git pull origin main
|
||||||
|
|
||||||
- name: Set up Docker Compose
|
- name: Set up Docker Compose
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user