DEV Community

Discussion on: ☕️ Let's automate a backup process of your GitHub accounts, organizations & repositories

Collapse
 
koddr profile image
Vic Shóstak

Hi! Thanks for reply 👍

Yes, I think you can automate this process every commit through GitHub Actions. For example, you could use the same Docker image to create a container (or origin Python package), but then upload the resulting backup file, for example, via SSH to your SaaS server.

I use this action for SSH upload (but you can found or write your own 😉):