Files
RayLab-Core/.gitea/workflows/deploy.yml
T
Rayyan 4abeb3c62a
Deploy / deploy (push) Failing after 0s
Fix workflow
2026-08-02 17:38:06 +00:00

20 lines
323 B
YAML

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
cd /DATA/git/RayLab-Core
git fetch origin
git reset --hard origin/main
cd /DATA/docker/raylab-core
docker compose up -d --build