paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Create a separate "production" environment for the Marketplace #1191

Open lyonsil opened 3 weeks ago

lyonsil commented 3 weeks ago

Currently we have a dev environment (only available if you're running the VPN) and QA environment (available on the internet). We really ought to have one more production environment on the internet. That gives us a "play" environment where we can do anything we want, a place to run a potentially production-ready version of the marketplace, and the real environment. Presumably the dev environment will always run the latest build, and the other two environments would have specific versions selected. Currently dev and QA both just pull the latest version of the marketplace.

tombogle commented 4 days ago

Probably as part of this, we'll also want to make it possible to generate artifact attestation. See note in publishing-tool-docker.yml