diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 2bea85c..6ec422a 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -39,5 +39,4 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - B package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/backend-app'