Comment on Devpush – Open-source and self-hostable alternative to Vercel, Render, NetlifyparentComments−hunvreus11mo1. Is there a support for deploying into a multiple machines? If so, how does it work?Working on that, you should soon be able to have a central /dev/push instance and remote nodes managed by it.2. Where and how secrets are stored?Environment variables are stored in the DB but encrypted using Fernet (https://github.com/hunvreus/devpush/blob/main/app/models.py).
Comments
Working on that, you should soon be able to have a central /dev/push instance and remote nodes managed by it.
Environment variables are stored in the DB but encrypted using Fernet (https://github.com/hunvreus/devpush/blob/main/app/models.py).