Files
Test/sync-source.yaml
T
lamtruong28 fdb577bd40
Android Tests / android-test (push) Failing after 52s
Kotlin Multiplatform CI / android-test (push) Canceled after 0s
Kotlin Multiplatform CI / android-build (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 0s
Kotlin Multiplatform CI / shared-test (push) Canceled after 2m5s
Debug Gradle Tasks / tasks (push) Successful in 1m46s
SDK Validation / sdk (push) Failing after 53s
Test sync source
2026-08-08 15:36:34 +07:00

21 lines
315 B
YAML

name: Sync Source
on:
push:
branches:
- main
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/