parameterize s3
parent
548da922d8
commit
da03b028f5
|
|
@ -56,6 +56,8 @@ jobs:
|
||||||
uses: 'google-github-actions/setup-gcloud@v1'
|
uses: 'google-github-actions/setup-gcloud@v1'
|
||||||
- name: Get GKE cluster credentials
|
- name: Get GKE cluster credentials
|
||||||
run: |
|
run: |
|
||||||
|
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
|
||||||
|
gcloud components install gke-gcloud-auth-plugin
|
||||||
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
|
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue