Skip to content

Commit

Permalink
Add auth activate-service-account on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tnir committed Jun 20, 2020
1 parent d66d986 commit 9e09c94
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 9e09c94

Please sign in to comment.