Skip to content

Commit

Permalink
Merge branch 'gcloud-activate-service-account' into 'master'
Browse files Browse the repository at this point in the history
Add auth activate-service-account on CI

See merge request tnir/docs.djangoproject.jp!29
  • Loading branch information
tnir committed Jun 20, 2020
2 parents d66d986 + 9e09c94 commit f8c6510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pages:
deploy:
image: google/cloud-sdk:297.0.1
stage: deploy
before_script:
- echo ${GCLOUD_ACCOUNT} | base64 --decode | gcloud auth activate-service-account --key-file=-
script:
- gcloud app deploy --no-promote
when: manual

0 comments on commit f8c6510

Please sign in to comment.