Skip to content

Commit

Permalink
updat common deplostep
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 28, 2023
1 parent 6ac6b3c commit 7da8e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 @@ -36,7 +36,7 @@ jobs:
gcloud --quiet auth configure-docker
- name: Build, Publish, and Deploy
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
. apps-deployment-script.sh "us-east1"
. apps-deployment-script.sh "us-east1"
env:
GITHUB_TOKEN: ${{ github.token }}
3 changes: 2 additions & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ do
"common")
echo "=========================Deploying common package=================="
cd common || exit
mvn -B clean deploy --file pom.xml
mvn -B package --file pom.xml
mvn deploy -s $GITHUB_WORKSPACE/settings.xml
cd ..;;

# case 2 build and deploy order-service
Expand Down

0 comments on commit 7da8e79

Please sign in to comment.