1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
pooneyy 086d09f121
ci(sync): rename and add scheduled sync workflow
- rename existing sync.yml to sync-auto.yml for clarity
- add new sync-schedule.yml workflow for automated hourly synchronization
- configure SSH-based mirroring to remote repository with fail-fast strategy
- include success/failure summary reporting for each sync job
- disable HTTP sync job by default for future use
2026-03-03 01:05:25 +08:00
pooneyy d33b4ffee8
ci(sync): optimize synchronization workflow using mirror push
- replace separate branch and tag pushes with single `git push --mirror` command
- update echo messages to reflect simplified synchronization process
2026-03-03 00:40:39 +08:00
pooneyy bf66ce9591
ci(sync): add HTTP sync workflow
- add new `http-sync` job for syncing to remote repositories via HTTPS
- configure git user and authentication using PAT secrets
- implement branch detection and tracking for all remote branches
- add force push with pruning for all branches and tags
- include success/failure summary logging for workflow runs
2026-03-03 00:40:39 +08:00
pooneyy f2c11a2a5b
ci(sync): add SSH port configuration support
- rename sync job to ssh-sync for clarity
- add SSH_PORT variable support for ssh-keyscan command
- implement conditional logic for SSH port configuration
- update known_hosts setting to support non-standard SSH ports
2026-03-02 10:54:59 +08:00
pooneyy c59464a076
ci(sync): update sync workflow remote configuration
- add explicit `ssh-host` field to remote matrix entries for clarity
- update ssh-keyscan commands to use `ssh-host` instead of `name`
- rename remote identifiers in matrix from domain names to platform names
2026-03-02 10:54:58 +08:00
pooneyy b25976f7b9
ci(sync): update branch filter to renovate/*
- change workflow trigger branch from `localApps` to `renovate/*`
2026-02-27 12:35:51 +08:00
pooneyy e3153ab652
ci(sync): add workflow_run trigger for App Version CI/CD
- trigger sync workflow when App Version CI/CD workflow completes
2026-02-27 12:06:41 +08:00
pooneyy 0c1809d47f
ci(sync): add workflow for syncing repository to multiple remotes
- add new github workflow to sync repository to codeberg.org and gitea.com
- configure ssh agent and keys for secure remote authentication
- implement force push for all branches and tags with pruning
- add success and failure summary logging to workflow steps
2026-02-27 00:09:57 +08:00