@@ -12,8 +12,13 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: |
|
||||
git config --global --add safe.directory /DATA/git/RayLab-Core
|
||||
|
||||
cd /DATA/git/RayLab-Core
|
||||
|
||||
git fetch origin
|
||||
git reset --hard origin/main
|
||||
|
||||
cd /DATA/docker/raylab-core
|
||||
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user