GitHub Actions -  Getting Started With Environments

GitHub Actions - Getting Started With Environments

Mickey Gousset

3 года назад

34,878 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Darren
Darren - 19.08.2023 18:17

This is great tutorial, i was wondering if I can setup similar workflow that uses env variable = dev and prod in terraform code to run on a particular deployment branch Dev or Main (prod) in GitHub based of the env variables in TF code as an example
variable "vmname" {
default = {
dev = "devcorpvm"
prod = "prodcorpvm"
}

Ответить
Ankus Nayak
Ankus Nayak - 15.02.2023 15:30

Sir, i have a question regards this thing ..if any job failed to run then dependent job stops there. But what if jobs are ok (working fine) but deployment in env generates some error then how to handle that thing ? I have tried, but while deployment gets error still jobs are passed how to handle that case ? Thanks in advance..

Ответить
DevOps Cloud Enthusiast
DevOps Cloud Enthusiast - 26.01.2023 09:36

Good one. Plese keep doing more on this

Ответить
Daniel T
Daniel T - 08.12.2022 02:40

I got one question. In a real world project what conditions needs to be met in order to move from DEV to QA and then PROD, unit testing?

Ответить
Chinedu Ezeofor
Chinedu Ezeofor - 07.12.2022 18:27

Excellent tutorial! Thank you for this.

Ответить
Piyush Dolar
Piyush Dolar - 29.11.2022 10:09

so where are the environments? where have you used those envs that you created? how to use it?
that MY_SECRET you'd created.

Ответить
Vinodh Kumar
Vinodh Kumar - 10.11.2022 11:30

finally i got the solution thanks lot

Ответить
Adi Sekar
Adi Sekar - 27.09.2022 20:27

Thank you, exactly what I needed. Do you recommend having multiple branches to reflect this? Or just go off a main. What is best branching strategy for an actual production app

Ответить
Hashem Al Rifai
Hashem Al Rifai - 21.09.2022 13:15

Great video, thanks :)

Ответить
Javier Renteria
Javier Renteria - 28.08.2022 01:29

how you explained this was so easy to understand it!!!! thanks!

Ответить
Bryan Luu
Bryan Luu - 18.06.2022 00:22

Earned yourself a sub. Thanks for the content.

Ответить
Vikram Ragunathan
Vikram Ragunathan - 30.03.2022 13:04

Perfectly explained :)

Ответить
d0nhect0r
d0nhect0r - 15.03.2022 21:12

Good stuff. For completeness, it would have been nice to illustrate how to access environment secrets from steps.

Ответить
redmi zaki
redmi zaki - 01.09.2021 02:54

Love it! Hope you could share more on GitHub actions.

Ответить
Andrés Gutiérrez
Andrés Gutiérrez - 25.08.2021 08:19

This is gold

Ответить
Sahil Patel
Sahil Patel - 03.08.2021 20:54

Thanks man

Ответить
Jay Rodriguez
Jay Rodriguez - 21.05.2021 20:14

This is exactly what I needed and a total pain without your vid. Thanks man, subbed!

Ответить
Sundeep Kumar Paulraj
Sundeep Kumar Paulraj - 20.05.2021 04:35

Thanks a lot Mickey, this is what something I was searching for

Ответить
Jim Blizzard
Jim Blizzard - 25.02.2021 17:22

This is awesome! Very much needed, and excellent implementation. :)

Ответить
Michael Sainz
Michael Sainz - 21.02.2021 10:56

Thanks! I learned something new!

Ответить