When building this GitHub action, an ssh conection is established to connect to a Virtual Machine
In the video we see the console output of that VM
A t the end of this build the Virtual Machine is destroyed
There are 2 types of workflows :
1) workflow dispatch
2) server dispatch
Beware that when using workflow dispatch, there are 2 types of triggers :
on-pull
on-push
In this scenario the pipeline keeps waiting for the user to input variables, and the user might not see it
Runners, also called agents, are paid
Runners are similar to VMs and are always ephemeral
Runners are always deleted after the build and the content of the folders are not stored
For this reason, we always need to commit and push, so that evrything we did in the runner gets stores
Currently, as it stands, GitHub gives 500 runtimes for free
But in Production one needs to buy its own runners
https://github.com/code-klaudia-prog/...
DISCLAIMER :
In order to simplify the video, we have been using the correct git workflow
Always recall that in a corporative scenario, if you commit to the main branch, youre fired
Developent iterations are done with Feature-branches
Feature branches are usually deleted after erged with the dev branch
Although this is not mandatory, the good practices recommend that the commit message is not
longer than 72 characters
Sur cette page du site, vous pouvez voir la vidéo en ligne GitHub Actions - VM console output durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Code Klaudia 10 octobre 2025, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 27 fois et il a aimé 0 téléspectateurs. Bon visionnage!