home.social

#cloudbuild — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cloudbuild, aggregated by home.social.

  1. In this first vlog post in our Case for Firebase series, we walk through how to use Typescript effectively in Firebase, leaning on the excellent features in Google Antigravity and Google Cloud Build.

    #firebase #antigravity #typescript #gcp #cloudbuild

    Watch here: daywards.com/d/EIpFga

  2. Taking multiple steps to build, pack and publish a NuGet package manually is a distraction and error-prone. Use Google Cloud Build to handle the boring parts of the SDLC.

    jochen.kirstaetter.name/automa

    #gde #mvpbuzz #dotnet #gcloud #cloudbuild

  3. Taking multiple steps to build, pack and publish a NuGet package manually is a distraction and error-prone. Use Google Cloud Build to handle the boring parts of the SDLC.

    jochen.kirstaetter.name/automa

    #gde #mvpbuzz #dotnet #gcloud #cloudbuild

  4. Are you thinking about rolling your own software #build environment?

    If so, recall the ghost of #SolarWinds: wired.com/story/the-untold-sto

    My tips:

    - Don't: prefer using someone else's build environment (#GitHub actions, #CloudBuild)
    - If you can't: build within an #ephemeral environment (cluster or nodes). Nuke the environment after each PR or daily.
    - If you can't: make builds reproducible & build across two individually run environments (Cloud providers, local) - only accept matching outputs.

  5. Streamline your application deployment on #GoogleCloud with #CloudBuild #Triggers that automatically trigger builds in response to changes in your #GitHub repository branches. Reduce delivery time and improve collaboration with your team.

  6. Optimiza el despliegue de tus aplicaciones en #GoogleCloud utilizando #CloudBuild #Triggers para desencadenar automáticamente compilaciones en respuesta a cambios en ramas de tus repositorios de #GitHub. Reduce el tiempo de entrega y mejora la colaboración en tu equipo

  7. github.com/jeffbryner/gcp-clou <-- TFW you search around on the internet for something you created a year ago..

    In this case a simple #gcp #cloudbuild managed #cloudrun container that builds itself

  8. @isaaclyman think that’s odd, I am unable to find even a hint of a guild on how to use , to build apps.
    One would think one could use a Google service to build a Google product which you could then deploy to another Google service.
    And I have like over a decades worth of Google-fu.😂

  9. This blog will guide readers on a quest to create a lean automated deployment flow for their API service using products such as Cloud Build, Artifact Registry, Cloud Run and Pub/Sub. cloud.google.com/blog/products #GoogleCloud #CloudBuild #ArtifactRegistry #CloudRun

  10. My fav end-to-end #devops on #googlecloud
    Cloud Deploy is a game changer with multi-target delivery pipelines and release management, you can use it with Google Kubernetes Engine and Cloud Run
    #gke #kubernetes #gcp #cloudbuild #clouddeploy