Create deploy.yml
deploy.yml / deploy (push) Canceled after 0s

This commit is contained in:
Rayyan
2026-08-03 00:29:33 +07:00
parent f2af2cb6e2
commit c475e76ad0
+27
View File
@@ -0,0 +1,27 @@
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