Fix workflow
Deploy / deploy (push) Failing after 0s

This commit is contained in:
Rayyan
2026-08-02 17:38:06 +00:00
parent c475e76ad0
commit 4abeb3c62a
-8
View File
@@ -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