Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungpang committed Dec 2, 2024
1 parent 0d63585 commit 98a16fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/click-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- id: 'get-credentials'
uses: google-github-actions/get-gke-credentials@v1
with:
cluster_name: cluster-1
cluster_name: autopilot-cluster-1
location: ${{ env.REGION }}

- name: Docker auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transfer-service-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- id: 'get-credentials'
uses: google-github-actions/get-gke-credentials@v1
with:
cluster_name: cluster-1
cluster_name: autopilot-cluster-1
location: ${{ env.REGION }}

- name: Docker auth
Expand Down
2 changes: 1 addition & 1 deletion click-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jib {
image = "eclipse-temurin:17-jre-alpine@sha256:635ec1b177ac2a587324ed5eda2b9dec197876e16d10c35a4ef9595d76c2c891"
}
to {
image = "asia-northeast3-docker.pkg.dev/macro-atom-439600-g4/clickme/click-service:latest"
image = "asia-northeast3-docker.pkg.dev/regal-station-443123-m2/clickme/click-service:latest"
}
container {
jvmFlags = ["-Xms258m", "-Xmx1024m"]
Expand Down
2 changes: 1 addition & 1 deletion transfer-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jib {
image = "eclipse-temurin:17-jre-alpine@sha256:635ec1b177ac2a587324ed5eda2b9dec197876e16d10c35a4ef9595d76c2c891"
}
to {
image = "asia-northeast3-docker.pkg.dev/macro-atom-439600-g4/clickme/transfer-service:latest"
image = "asia-northeast3-docker.pkg.dev/regal-station-443123-m2/clickme/transfer-service:latest"
}
container {
jvmFlags = ["-Xms258m", "-Xmx1024m"]
Expand Down

0 comments on commit 98a16fb

Please sign in to comment.