5
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 2s
Build and Deploy Scheduler / build_image (push) Successful in 1m18s
Build and Deploy Scheduler / deploy (push) Failing after 0s

This commit is contained in:
teddys48
2026-02-12 12:07:16 +07:00
parent 74d9eb6124
commit 1925adaf42

View File

@@ -39,6 +39,12 @@ jobs:
runs-on: host runs-on: host
needs: build_image needs: build_image
steps: steps:
- name: Clone repo
run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
- name: Deploy stack - name: Deploy stack
run: | run: |
docker --help
docker compose up -d docker compose up -d