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

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...
Do you know an example of this?
Here's one I found on the Actions marketplace.

https://github.com/marketplace/actions/mirroring-repository