Hacker News new | ask | show | jobs
by BinaryIgor 251 days ago
Interesting; some questions:

1. Is there a support for deploying into a multiple machines? If so, how does it work?

2. Where and how secrets are stored?

1 comments

> 1. 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).