Skip to content

Commit 9e09c94

Browse files
committed
Add auth activate-service-account on CI
1 parent d66d986 commit 9e09c94

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)