We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d66d986 + 9e09c94 commit f8c6510Copy full SHA for f8c6510
.gitlab-ci.yml
@@ -33,6 +33,8 @@ pages:
33
deploy:
34
image: google/cloud-sdk:297.0.1
35
stage: deploy
36
+ before_script:
37
+ - echo ${GCLOUD_ACCOUNT} | base64 --decode | gcloud auth activate-service-account --key-file=-
38
script:
39
- gcloud app deploy --no-promote
40
when: manual
0 commit comments