Deploy Angular to Cloud Run

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Learn how to deploy an Angular application to Google Cloud Run. This lesson shows how to use the Cloud Build tool to automatically build and deploy your application on every push to Github.
    Project repository:
    github.com/Scr...
    Deploying Dotnet API to Cloud Run:
    • Google Cloud Run and C...

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

  • @morturismorturis
    @morturismorturis 4 หลายเดือนก่อน +2

    You saved my life. This is better than the original Google Cloud videos. Thank you so very much!

    • @scriptbytes
      @scriptbytes  4 หลายเดือนก่อน

      I appreciate that, thanks!

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

    Thank you for the really helpful step-by-step instructions! This really helped me understand the process of deploying an Angular application to Google Cloud.

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

      You're welcome, I'm glad it helped!

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

    Thanks Jeff!

  • @baloyithomas
    @baloyithomas 2 ปีที่แล้ว

    This was extremely helpful

    • @scriptbytes
      @scriptbytes  2 ปีที่แล้ว

      I’m glad it helped you out!

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

    Thanks! This was super helpful!

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

      You’re welcome, glad it helped!

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

    Thanks man, that was very helpful, I was stuck trying to deploy this stupid angular application without docker and it didn't seem to work on App engine.

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

      You’re welcome, glad it helped.

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

    THANK YOU SO MUCH!!!!! I did need to create the artifact repo, and change all references to '$_GCR_HOSTNAME/$PROJECT_ID/$_SERVICE_NAME:$COMMIT_SHA' to '$_AR_HOSTNAME/$PROJECT_ID/$_SERVICE_NAME/$_SERVICE_NAME:$COMMIT_SHA', but other than that this solved all my issues!

    • @scriptbytes
      @scriptbytes  11 หลายเดือนก่อน +1

      Yea GCP is transitioning to the artifact registry so this video is already out of date.
      I’m going to be doing a new vid soon.
      I’m glad you got it working though!

    • @roel455
      @roel455 4 หลายเดือนก่อน

      For me it worked with: '$_AR_HOSTNAME/$PROJECT_ID/$_AR_REPO/$_SERVICE_NAME:$COMMIT_SHA'. This video from the same channel explains it properly: th-cam.com/video/RBpDLP9ZoCk/w-d-xo.html

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

    Thank you

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

    Thank you! How is this so hard to find a good tutorial on?

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

      FYI anyone struggling to get the deployment to work, I got rid of the http and events part of my nginx conf file and it worked.

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

      Ya I don’t know either. I struggled through it a lot at first!