Skip to content

Commit f8c6510

Browse files
committed
Merge branch 'gcloud-activate-service-account' into 'master'
Add auth activate-service-account on CI See merge request tnir/docs.djangoproject.jp!29
2 parents d66d986 + 9e09c94 commit f8c6510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ pages:
3333
deploy:
3434
image: google/cloud-sdk:297.0.1
3535
stage: deploy
36+
before_script:
37+
- echo ${GCLOUD_ACCOUNT} | base64 --decode | gcloud auth activate-service-account --key-file=-
3638
script:
3739
- gcloud app deploy --no-promote
3840
when: manual

0 commit comments

Comments
 (0)