Skip to content

Commit

Permalink
updat common version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 28, 2023
1 parent 23cb23e commit bb4668c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
java-version: '19'
distribution: 'temurin'
cache: maven
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }}
- uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GKE_KEY }}'
Expand All @@ -35,7 +36,6 @@ jobs:
gcloud --quiet auth configure-docker
- name: Build, Publish, and Deploy
env:
GITHUB_TOKEN: ${{ github.token }}

run: |
. apps-deployment-script.sh "us-east1"

0 comments on commit bb4668c

Please sign in to comment.