Pro přehrání dalších podcastů se prosím registrujte.

Aplikace je ZDARMA. Váš email potřebujeme pouze k tomu, abychom vám mohli vybírat podcasty přesně na míru. Budete moci odebírat podcasty, hledat osobnosti a témata napříč podcasty, aby vám neunikl žádný zajímavý rozhovor.

Vyzkoušejte vaše osobní rádio. Děkujeme, Team Youradio Talk.

Obrázek epizody #10 Build, release, run

Poslechněte si podcast

18. 3. 2024

10 min

O epizodě podcastu

A codebase is transformed into a (non-development) deploy through three stages:The build stage is a transform which converts a code repo into an executable bundle known as a build. Using a version of the code at a commit specified by the deployment process, the build stage fetches vendors dependencies and compiles binaries and assets.The release stage takes the build produced by the build stage and combines it with the deploy’s current config. The resulting release contains both the build and the config and is ready for immediate execution in the execution environment.The run stage (also known as “runtime”) runs the app in the execution environment, by launching some set of the app’s processes against a selected release.

A codebase is transformed into a (non-development) deploy through three stages:
The build stage is a transform which converts a code repo into an executable bundle known as a build. Using a version of the code at a commit specified by the deployment process, the build stage fetches vendors dependencies and compiles binaries and assets.
The release stage takes the build produced by the build stage and combines it with the deploy’s current config. The resulting release contains both the build and the config and is ready for immediate execution in the execution environment.
The run stage (also known as “runtime”) runs the app in the execution environment, by launching some set of the app’s processes against a selected release.

Popis podcastu

Podcast vznikl za účelem rozšiřovat obzory a přinášet nové vědomosti lidem, kteří se pohybují v IT. S hosty probereme do hloubky určitou technologii. Pokud máte zájem se zúčastnit podcastu jako host, kontaktujte mě na email jurij@starynec.cz.