1. Is there a support for deploying into a multiple machines? If so, how does it work?
2. Where and how secrets are stored?
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).
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).