Deploying NextJS to Google CloudRun using Github Actions

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • A simple guide on deploying your NextJS app to Google Cloud platform using Cloud Run and Github Actions.
    Repo link - github.com/tec...
    Feel free to request videos on topics that might interest you. I like making videos related to NodeJS/TypeScript/React/MySQL-MariaDB-PostgreSQL/Docker/Cloud/etc
    Thanks so much for watching. Please like and subscribe

ความคิดเห็น • 24

  • @dnzkrblt
    @dnzkrblt 6 วันที่ผ่านมา

    This is exactly the video I was looking for.

  • @diegopaguay6145
    @diegopaguay6145 ปีที่แล้ว +2

    24:00 - 26:00 - create the service account. That's all i needed! thanks!

  • @matthewrogers4282
    @matthewrogers4282 ปีที่แล้ว +5

    There are so many articles and walkthroughs on this exact process, but none are as clear and detailed as your video. Thank you!

    • @techedemic
      @techedemic  ปีที่แล้ว +2

      Glad it was helpful!

  • @TerrorByteTW
    @TerrorByteTW ปีที่แล้ว +5

    I've been manually deploying my code to a Cloud VM using "git pull", and any secrets I've been having to manually upload/update. I've seen web tutorials explaining how to do things this way, but this is a much nicer explanation! I'll have to figure out how to do CI/CD with my secrets since they're kept in a separate file ignored by Git, but other than that this is an incredible tutorial. Thanks so much!

    • @tsykin
      @tsykin 9 หลายเดือนก่อน

      Have you figured out how to deploy with secrets? I am looking for that as well

  • @tsykin
    @tsykin 9 หลายเดือนก่อน

    Very helpful! I would appreciate if you would make more videos on this topic, specifically about environment variables (how to set them up)

  • @martin17521596
    @martin17521596 6 หลายเดือนก่อน

    I had to implement github actions in the project and this video helped me a lot with the permissions issue.
    thanks from Chile

  • @runner4digits
    @runner4digits ปีที่แล้ว +3

    Thank u a lot ❤
    You definitely have a talent of teaching, describing difficult and complex things in simple way!

  • @migaelhartzenberg2037
    @migaelhartzenberg2037 11 หลายเดือนก่อน

    I like your teaching style! and thanks for the little gems on making a dev's life easier (rectangle etc...).
    Thanks for the video.
    A few ideas for another video:
    1) You mentioned the image size once build can become too big and one should make it smaller. Can you show us how to make an image's size smaller? especially with nextjs / react etc...
    2) Can you perhaps show us how to deploy from docker to Google Cloud Kubernetes with CI/CD?

  • @Jon-ww5qs
    @Jon-ww5qs ปีที่แล้ว +1

    worked like a charm. thank you very much for this

  • @crazycode8956
    @crazycode8956 10 หลายเดือนก่อน

    Very useful bro

  • @Mannoeu
    @Mannoeu 8 หลายเดือนก่อน

    amazing explanation, thank you!

  • @alitonoliveira1700
    @alitonoliveira1700 ปีที่แล้ว

    Awesome content! I am curious to know about docker image optimization (image size less than 400 mb on your video) and about the load balancer instead of allowing not authorized requests.

    • @techedemic
      @techedemic  ปีที่แล้ว +1

      Nice! Was hoping someone would want that. I'll create video dedicated to that topic specifically .. watch this space 😉

    • @alitonoliveira1700
      @alitonoliveira1700 ปีที่แล้ว

      @@techedemic Some people say that alpine is not recommended for production and instead we should make multistage building but multistage is not as simple as we think.

    • @techedemic
      @techedemic  ปีที่แล้ว

      Have a look at th-cam.com/video/EMd6TcQxgw0/w-d-xo.html

  • @BalajiSriraman
    @BalajiSriraman 10 หลายเดือนก่อน

    Nice Video Dude

  • @sportsplanetx5832
    @sportsplanetx5832 9 หลายเดือนก่อน

    great sir

  • @shubhamberde-fg4ez
    @shubhamberde-fg4ez ปีที่แล้ว

    nice it's helpful

  • @cos-ibeuchechukwu9398
    @cos-ibeuchechukwu9398 ปีที่แล้ว

    thanks for this. it helped alot.

  • @nicolasalexandre8951
    @nicolasalexandre8951 9 หลายเดือนก่อน

    topzera vlw

  • @rahul-thakur
    @rahul-thakur ปีที่แล้ว

    Does it support ISR?

  • @kaylalin8077
    @kaylalin8077 ปีที่แล้ว

    thank you so much!!