Update deploy workflow
Deploy / deploy (push) Successful in 36s

This commit is contained in:
Rayyan
2026-08-02 18:08:58 +00:00
parent 95d03bb987
commit 6d6a771c7c
+5
View File
@@ -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