Skip to content

Commit 7429548

Browse files
committed
fixed syntax error
1 parent 97ec711 commit 7429548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
location: ${{ env.GKE_ZONE }}
5252

5353
- name: Deploy to GKE
54-
run: |-
54+
run: |-
5555
# This replaces the placeholder in your yaml with the actual built image tag
5656
sed -i "s|image:.*|image: us-central1-docker.pkg.dev/$PROJECT_ID/$IMAGE:$GITHUB_SHA|g" k8s/deployment.yaml
5757
kubectl apply -f k8s/deployment.yaml

0 commit comments

Comments
 (0)