Y
Hacker News
new
|
ask
|
show
|
jobs
by
blocked_again
2164 days ago
You can write a simple GitHub action that pushes your repo to GitLab/BitBucket etc every 30 minutes or something.
2 comments
gitgud
2162 days ago
Probably better to have the action run on every push to master, no point running it every 30 mins if it hasn't been updated in months...
link
rajesh-s
2164 days ago
Do you know an example of this?
link
hundchenkatze
2164 days ago
Here's one I found on the Actions marketplace.
https://github.com/marketplace/actions/mirroring-repository
link