Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 26d19271 authored by Nicolas's avatar Nicolas
Browse files

Add GCP Credentials

parent be04523b
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,11 @@ gcloud: ...@@ -35,9 +35,11 @@ gcloud:
image: image:
name: google/cloud-sdk:slim name: google/cloud-sdk:slim
entrypoint: [""] entrypoint: [""]
variables:
GOOGLE_CREDENTIALS: $SA_GCP_GITLAB
script: |- script: |-
gcloud version gcloud version
gcloud auth login gcloud iam service-accounts list
link: link:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment