From ceeb7db648f7a8990af2644c49ba66d24e7781db Mon Sep 17 00:00:00 2001 From: Andrea Grillo Date: Mon, 22 Jan 2024 15:19:14 +0100 Subject: [PATCH] still working out --- .github/workflows/call_release_function.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/call_release_function.yml b/.github/workflows/call_release_function.yml index 5090dfde0..b9872cfe8 100644 --- a/.github/workflows/call_release_function.yml +++ b/.github/workflows/call_release_function.yml @@ -52,13 +52,6 @@ jobs: needs: [build] permissions: id-token: write - # env: - # ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID_CD }} - # ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} - # ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - # ARM_USE_OIDC: true - # ARM_USE_AZUREAD: true - # ARM_STORAGE_USE_AZUREAD: true steps: @@ -76,7 +69,7 @@ jobs: - name: Deploy Function App shell: bash - working-directory: apps/onboarding-functions + # working-directory: apps/onboarding-functions run: | ls @@ -86,6 +79,10 @@ jobs: ls apps/onboarding-functions/target + ls apps/onboarding-functions/target/azure-functions + + ls apps/onboarding-functions/target/azure-functions/onboarding-functions-1.0.0-SNAPSHOT + find /home/runner/work/selfcare-onboarding -type f -name "pom.xml" mvn -f apps/onboarding-functions/pom.xml quarkus:deploy \