add pipeline #85
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Azure Function V3 | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- CES-971-produrre-una-po-c-di-azure-function-su-container-app | |
permissions: | |
contents: read | |
id-token: write | |
packages: write | |
attestations: write | |
jobs: | |
deploy: | |
name: Deploy Azure Function V3 | |
concurrency: | |
group: ${{ github.workflow }}-cd | |
# Override this configuration to prevent cancelling a running deploy. | |
cancel-in-progress: false | |
uses: pagopa/dx/.github/workflows/release-azure-containerapp-v1.yaml@main | |
secrets: inherit | |
with: | |
dockerfile_path: ./apps/azure-function-v3/Dockerfile | |
dockerfile_context: . | |
docker_image_name: pagopa/azure-function-v3 | |
docker_image_description: "Test app for function container app" | |
container_app: dx-d-itn-modules-test-ca-01 | |
resource_group_name: dx-d-itn-modules-rg-01 | |
environment: app-dev |