Files
Test/.gitea/workflows/sync-source.yaml
T
lamtruong28 65d0edeb34
Sync Source to Host / sync-source (push) Failing after 18s
Test sync source retry again #
2026-08-10 22:12:12 +07:00

16 lines
249 B
YAML

name: Sync Source to Host
on:
push:
branches:
- main
- develop
jobs:
sync-source:
runs-on: ubuntu-latest
steps:
- name: Run sync script
run: |
echo "Running /data/sync.sh"
/data/sync.sh