Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. deploy_cloud_function:
  2. image: google/cloud-sdk
  3. script:
  4. - mkdir /config
  5. - echo $GOOGLE_SERVICE_ACCOUNT_JSON > /config/sa.json
  6. - gcloud auth activate-service-account --key-file /config/sa.json
  7. - gcloud functions deploy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement