@@ -7,21 +7,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
cd /DATA/git/RayLab-Core
|
cd /DATA/git/RayLab-Core
|
||||||
|
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|
||||||
git reset --hard origin/main
|
git reset --hard origin/main
|
||||||
|
|
||||||
cd /DATA/docker/raylab-core
|
cd /DATA/docker/raylab-core
|
||||||
|
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
Reference in New Issue
Block a user