Tulis README bahasa Indonesia

This commit is contained in:
sas.fajri
2026-04-27 10:57:42 +07:00
parent 39d8941983
commit ee8092a70d

View File

@@ -1,15 +1,21 @@
# BE_CPONE
## Devcpone sync
## Sinkron Devcpone
This repo includes a local git hook setup for syncing changes to devcpone.
Repo ini punya hook Git lokal untuk sinkron perubahan ke Devcpone.
Run this once in a fresh clone:
### Cara pakai
```sh
./scripts/devcpone_bootstrap.sh
```
After that, pushing `master` will sync changed files to:
Setelah itu, setiap `git push` ke branch `master` akan mengirim file yang berubah ke:
`one@devcpone.aplikasi.web.id:/home/one/project/one/one-api`
### Catatan
- Yang dikirim hanya file yang berubah dari commit terakhir.
- Tidak ada `delete` atau `move` file di remote.
- Kalau ada folder baru, isi folder itu ikut dikirim selama memang masuk commit.