straight-magician-37467
06/30/2021, 10:11 PM/infra
(see conversation here). Now, I’m following a tutorial that covers using separate projects for building a Docker image and pushing it to my cloud provider of choice:
https://www.pulumi.com/docs/tutorials/gcp/gcp-ts-docker-gcr-cloudrun/
In this case, would it make sense to have two separate Pulumi folders? (/build
and /deploy
or something like that) Or should I always be building and deploying in a single step? I’m coming at this with some experience using Docker and docker-compose, so I’m used to building, pushing to a registry, and then pulling the image as three separate steps.billowy-army-68599
06/30/2021, 10:32 PMstraight-magician-37467
06/30/2021, 10:34 PM