Product Opener/Automatic deployment: Difference between revisions
(Created page with "Plan to make it possible to deploy any PR to a test instance of Product Opener using docker. Commit to a PR >> GitHub Actions >> Tests >> Deploys using Docker to an outside s...") |
No edit summary |
||
Line 8: | Line 8: | ||
We'd need a mechanism to destroy the test instances, or possibly a mechanism to launch the custom generated Docker files. | We'd need a mechanism to destroy the test instances, or possibly a mechanism to launch the custom generated Docker files. | ||
[[Category:ProductOpener]] |
Revision as of 14:52, 23 February 2023
Plan to make it possible to deploy any PR to a test instance of Product Opener using docker.
Commit to a PR >> GitHub Actions >> Tests >> Deploys using Docker to an outside service or to a test server we'd have to maintain. Example URL:
pr-2232.test.openfoodfacts.org
We'd need a mechanism to destroy the test instances, or possibly a mechanism to launch the custom generated Docker files.