Skip to content

Commit

Permalink
Update apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 25, 2024
1 parent 487bb9b commit 9876ad3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ do
#echo "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "----------$GITHUB_WORKSPACE/settings.xml ======================="
cat $GITHUB_WORKSPACE/settings.xml | base64
echo "----------testing#################################################------------------------"
echo "---------$HOME/.m2/settings.xml ========================"
cat $HOME/.m2/settings.xml | base64
#echo "----------testing#################################################------------------------"
#echo "---------$HOME/.m2/settings.xml ========================"
#cat $HOME/.m2/settings.xml | base64

echo $GITHUB_TOKEN
mvn clean deploy -X -s $HOME/.m2/settings.xml
mvn clean deploy -X -s $GITHUB_WORKSPACE/settings.xml
cd ..;;

# case 2 build and deploy order-service
Expand Down

0 comments on commit 9876ad3

Please sign in to comment.