Skip to content

Commit

Permalink
still working out
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent 6d4fdf3 commit ceeb7db
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/call_release_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -76,7 +69,7 @@ jobs:

- name: Deploy Function App
shell: bash
working-directory: apps/onboarding-functions
# working-directory: apps/onboarding-functions
run: |
ls
Expand All @@ -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 \
Expand Down

0 comments on commit ceeb7db

Please sign in to comment.