Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. image: google/cloud-sdk:alpine
  2.  
  3. deploy:
  4. stage: deploy
  5. environment: dev
  6. script:
  7. - echo $SERVICE_ACCOUNT > /tmp/$CI_PIPELINE_ID.json
  8. - gcloud auth activate-service-account --key-file /tmp/$CI_PIPELINE_ID.json
  9. - gcloud --quiet --project $PROJECT_ID app deploy app.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement