Files
Test/sync-source.yaml
T
lamtruong28 928361e730
Android Tests / android-test (push) Failing after 58s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m16s
Kotlin Multiplatform CI / android-test (push) Failing after 1m34s
Kotlin Multiplatform CI / android-build (push) Skipped
Kotlin Multiplatform CI / web-test (push) Canceled after 3m9s
Debug Gradle Tasks / tasks (push) Canceled after 59s
SDK Validation / sdk (push) Canceled after 34s
Test sync source 2
2026-08-08 15:38:47 +07:00

22 lines
331 B
YAML

name: Sync Source
on:
push:
branches:
- main
- develop
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync source
run: |
mkdir -p /data/source/my-project
rsync -a --delete \
./ \
/data/source/my-project/