mberneaud / us-weather-alerts

Le Wagon Data Engineering bootcamp final project
2 stars 1 forks source link

Deployment using Cloud Run #30

Open MouadRS opened 5 months ago

MouadRS commented 5 months ago

1 - Create a docker image an push to Artifacts registry 2 - Create a cloud run base on the docker image 3 - Manage environment variables ( Secret should be managed using Secret Manager)

Ressources : https://cloud.google.com/artifact-registry/docs Multiplatform images : https://docs.docker.com/build/building/multi-platform/