End to End React App Deployment with Terraform and Cloud Run

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2022
  • Take two of deploying a React app with Terraform on Cloud Run, M1 Mac gave some issues last stream, but I've got those sorted out.
    How to push to Artifact Registry from local
    cloud.google.com/artifact-reg...
    Docker commands to build image for amd64:
    docker buildx build --platform linux/amd64 -t [tagName] .
    Docker commands to tag and push to Artifact Registry:
    docker tag [tagNameFromAbove] [GCPRegion]-docker.pkg.dev/[ProjectID]/[ArtifactRegistryRepo]/[TagName]
    docker push {GCPRegion}-docker.pkg.dev/{ProjectID}/{ArtifactRegistryRepo}/{TagName}
    Where to find me:
    Instagram:
    common_sense_cl...
    Telegram:
    @auto_maus
    The Homies:
    @Tech Chief
    @Self Taught Hustle
    @Tech Mindset
    @Elevate Cyber
    @JefferyThePit
  • บันเทิง

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

  • @sandwich1506
    @sandwich1506 9 หลายเดือนก่อน +1

    nice video by the way

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

    Smash like!

  • @JohnDoe-ji1zv
    @JohnDoe-ji1zv ปีที่แล้ว +1

    where can i find src repository with this code ?

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

      I actually don't have this in a git repo right now, but let me change that!