witnet / data-feeds-explorer

Catalog of Witnet-powered public data feeds and price feeds available on Ethereum, Conflux, Boba, Celo and other networks
5 stars 8 forks source link

fix: inject api-endpoint during buildtime #399

Closed aeweda closed 6 months ago

Tommytrg commented 6 months ago

With this approach, we build the image every time we deploy to staging and production environments. What's the downtime when we create a new image before deploying it to production?

aeweda commented 6 months ago

With this approach, we build the image every time we deploy to staging and production environments. What's the downtime when we create a new image before deploying it to production?

docker doesn't rebuild layers that already exist, so it's just the build time of the app itself, for production, i doubt more than 10 minutes for the whole thing