Skip to content

Commit

Permalink
Disabled debug for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Sep 10, 2024
1 parent e49ab61 commit 4d92d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
echo 'workspace:' ${{ github.workspace }}
az spring app deploy -n ${{env.APP_NAME}} --artifact-path ${{env.JAR_PATH}} -d $NEWDEPLOYMENT -s ${{env.SERVICE_NAME}} -g ${{env.GROUP_NAME}} \
--build-env BP_JVM_VERSION=11 --jvm-options='-Xmx1g -Xms1g' --debug
--build-env BP_JVM_VERSION=11 --jvm-options='-Xmx1g -Xms1g'
switch-to-production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d92d61

Please sign in to comment.