diff --git a/.github/workflows/functions-deploy.yml b/.github/workflows/functions-deploy.yml index 0b23a84..14f4143 100644 --- a/.github/workflows/functions-deploy.yml +++ b/.github/workflows/functions-deploy.yml @@ -30,7 +30,9 @@ jobs: "subscriptionId": "${{ secrets.AZURE_SUBSCRIPTION_ID }}", "tenantId": "${{ secrets.AZURE_TENANT_ID }}" } - + - name: Change to Function App directory + run: cd handlenett-backend/serverless/HttpTriggerTest + - name: Build the function app run: dotnet publish -c Release -o ./publish