Using GitHub Actions to Deploy My Website To Google Cloud

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 16

  • @CodyEngelCodes
    @CodyEngelCodes  3 роки тому

    What are you going to build with GitHub Actions?

    • @SkipMontanaro
      @SkipMontanaro 3 роки тому

      I'm already using Google Cloud Storage for some static files, but want to make it (and other stuff) more dynamic. Your tutorial was quite helpful. I'm still not quite there however. I can't tell how to view built Flask hello world through GCP. Any clues?

  • @techandgaming0
    @techandgaming0 5 місяців тому

    Is the deploy to bucket a zero downtime? If not, do you have any suggestions on how to approach it?

  • @ramsharan4229
    @ramsharan4229 Рік тому +2

    You are even faster than time machine. Make videos to help understand others not yourself. You open 10 things in a second.

  • @dailymeow3283
    @dailymeow3283 2 роки тому

    Is there a way to create ci/cd from a github repo to a gcp vm instance ?
    I still sftp into my vm instance 😫

    • @CodyEngelCodes
      @CodyEngelCodes  2 роки тому +1

      Are you using your VM instance as the CI/CD server? This might be easier to discuss in my Discord (UA-cam comments don't let me know about replies to comments in the creator studio).
      If you want to use GCP for CI/CD I'd recommend checking out their Cloud Build product though.

  • @dansteryoo
    @dansteryoo 3 роки тому

    man this was good. thanks!

  • @DanangWidiantoro
    @DanangWidiantoro 2 роки тому

    service_account_key is depricated now. is there any update?

  • @azeezhamzat8337
    @azeezhamzat8337 3 роки тому

    You just make things complicated for me(novice) by going on and off about I did this ,I did that. Just go ahead and teach the exact thing to do.

    • @CodyEngelCodes
      @CodyEngelCodes  3 роки тому +2

      These videos aren't intended to teach you everything but give you an idea of how you might tackle a big project. Sorry to confuse you, but after you learn some more, this style of video will hopefully be more relevant.

    • @azeezhamzat8337
      @azeezhamzat8337 3 роки тому

      @@CodyEngelCodes Thank you for your response. I will surely reach that level where I will be able to understand