Skip to content

Commit

Permalink
Merge pull request #21 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
gcloud auth kubectl
  • Loading branch information
Pratap2018 authored Dec 5, 2023
2 parents 970d8b7 + bb6ae73 commit e410a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
docker build -t $GOOGLE_ARTIFACT_URL/$GOOGLE_PROJECT_ID/$GOOGLE_ARTIFACT_REPO/vault-service:latest .

docker push $GOOGLE_ARTIFACT_URL/$GOOGLE_PROJECT_ID/$GOOGLE_ARTIFACT_REPO/vault-service:latest

- name: "Configure kubectl"
run: gcloud container clusters get-credentials hypermine-gke --region=asia-south1
- name: "Replace secrets"
uses: cschleiden/replace-tokens@v1
with:
Expand Down

0 comments on commit e410a7a

Please sign in to comment.