Slide 13
Slide 13 text
https://unsplash.com/@glenncarstenspeters
deploy-with-gcloud-image:
[...]
image: google/cloud-sdk:
script:
- echo $GCP_SERVICE_KEY | base64 -d > /tmp/gcloud-service-key.json
- gcloud auth activate-service-account --key-file /tmp/gcloud-service-key.json
- gcloud functions deploy my_function [...]
google/cloud-sdk