File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
env :
15
15
PROJECT_ID : ${{ vars.PROJECT_ID }}
16
- SKAFFOLD_DEFAULT_REPO : gcr.io/gcp-mira-demo
16
+ SKAFFOLD_DEFAULT_REPO : gcr.io/${{ vars.PROJECT_ID }}
17
17
SKAFFOLD_NAMESPACE : ${{ vars.GKE_NAMESPACE }}
18
+ DOMAIN_NAME : ${{ vars.DOMAIN_NAME }}
18
19
GKE_CLUSTER : main-cluster
19
20
GKE_REGION : us-central1
20
21
KUSTOMIZE_VERSION : 5.0.0
21
22
SKAFFOLD_VERSION : 2.4.0
22
- SKAFFOLD_CACHE_GCS : gs://artifacts.gcp-mira-demo .appspot.com/skaffold/cache
23
+ SKAFFOLD_CACHE_GCS : gs://artifacts.${{ vars.PROJECT_ID }} .appspot.com/skaffold/cache
23
24
24
25
jobs :
25
26
deploy_backends :
62
63
- name : Update the project id in config files
63
64
run : |
64
65
sb set project-id $PROJECT_ID --yes
66
+ sb vars set domain_name $DOMAIN_NAME
65
67
66
68
- name : Retrieve Firebase API key
67
69
run : |
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ global_variables:
45
45
cluster_ca_certificate : ' '
46
46
cluster_external_endpoint : ' '
47
47
domain_name : example.com
48
- project_id : your-project-id
49
- project_name : core-solution-services
50
- project_number : your-project-number
51
48
modified_at : 2023-Jul-19 19:00:45 UTC
49
+ project_id : your-project-id
50
+ project_name : core-solution-services
51
+ project_number : your-project-number
You can’t perform that action at this time.
0 commit comments