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
jobs:
deploy:
sync-source:
runs-on: ubuntu-latest
container:
volumes:
- /data:/data
steps:
- name: Clone or Pull
env:
REPO_URL: https://gitea.digitoolsolutions.synology.me/lamtruong28/Test.git
TARGET_DIR: /workspace/Test
TARGET_DIR: /data/Test
BRANCH: develop
run: |
if [ ! -d "$TARGET_DIR/.git" ]; then