Test sync source
Sync Source / sync-source (push) Successful in 20s

This commit is contained in:
2026-08-10 15:14:19 +07:00
parent f40688ae40
commit 4bdae3257f
+5 -3
View File
@@ -7,14 +7,16 @@ on:
- develop - develop
jobs: jobs:
deploy: sync-source:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
volumes:
- /data:/data
steps: steps:
- name: Clone or Pull - name: Clone or Pull
env: env:
REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git
TARGET_DIR: /workspace/Test TARGET_DIR: /data/Test
BRANCH: develop BRANCH: develop
run: | run: |
if [ ! -d "$TARGET_DIR/.git" ]; then if [ ! -d "$TARGET_DIR/.git" ]; then