diff --git a/.github/workflows/podcast-hub.yml b/.github/workflows/podcast-hub.yml index 5cf65b2..768fadb 100644 --- a/.github/workflows/podcast-hub.yml +++ b/.github/workflows/podcast-hub.yml @@ -58,7 +58,7 @@ jobs: with: azPSVersion: '3.1.0' inlineScript: | - az extension add containerapp + az extension add --name containerapp az provider register --namespace Microsoft.App $PODCAST_API_URL ="https://"+$(az containerapp show -g ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} -n podcastapica -o tsv --query properties.configuration.ingress.fqdn)+"/" az deployment group create -n ghactionlistentogether${{ github.sha }} -g ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} --template-file deploy/Services/hub.deployment.json --parameters webAppName=${{secrets.HUB_WEBAPP_NAME}} servicePlanName=${{secrets.SERVICE_PLAN_NAME}} podcastApiUrl=$PODCAST_API_URL administratorLogin=${{secrets.PODCASTDB_USER_LOGIN}} administratorLoginPassword=${{secrets.PODCASTDB_USER_PASSWORD}} serverName=${{secrets.PODCASTDB_SERVER_NAME}}