Skip to content

Commit

Permalink
chore: CI/CD GCP test cluster (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Feb 3, 2024
1 parent 9f7cffe commit bdc567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gcp-test-cluster:
script:
- gcloud auth activate-service-account $(cat $GKE_GCP_CREDENTIALS_JSON | jq -r .client_email) --key-file=$GKE_GCP_CREDENTIALS_JSON
- gcloud container clusters get-credentials $GKE_GCP_TEST_CLUSTER_NAME --region=$GKE_GCP_DEFAULT_REGION --project=$(cat $GKE_GCP_CREDENTIALS_JSON | jq -r .project_id)
- helm --kubeconfig $KUBECONFIG_GCP_TEST_CLUSTER upgrade --install --wait -n qovery -f $PLECO_VALUES_GCP --create-namespace --set environmentVariables.GOOGLE_APPLICATION_CREDENTIALS_JSON_BASE64=$(cat $GKE_GCP_CREDENTIALS_JSON | base64) pleco-gcp charts/pleco
- helm --kubeconfig $KUBECONFIG_GCP_TEST_CLUSTER upgrade --install --wait --set environmentVariables.GOOGLE_APPLICATION_CREDENTIALS_JSON_BASE64=$(cat $GKE_GCP_CREDENTIALS_JSON | base64) -n qovery -f $PLECO_VALUES_GCP --create-namespace pleco-gcp charts/pleco
only:
- tags
- schedules
Expand Down

0 comments on commit bdc567d

Please sign in to comment.