Sure.
That's the fascinating aspect of WeSQL database - its compute-storage separation allows you to run the database anywhere while data persists in S3.
You can shut down the compute service and restart it anywhere else - the data will simply restore from S3.
Yep, GitHub Actions isn't meant for production deployment - it's a CI/CD service with a 6-hour limit per run.
But that's the cool thing about WeSQL - you can run it anywhere! Just fire it up like any other container. For production, throw it on ECS/EKS and you're good to go.