File tree Expand file tree Collapse file tree 1 file changed +5
-40
lines changed
Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Original file line number Diff line number Diff line change 1- name : Deploy on AKS
1+ name : Test Workflow Trigger
22
33on :
44 push :
55 branches :
6- - feature/SRTP-765-implement-api-send-gpd-message
6+ - ' ** '
77 workflow_dispatch :
8- inputs :
9- environment :
10- required : true
11- type : string
12- description : dev o uat
13- branch :
14- required : false
15- default : main
16- type : string
17- description : branch
18-
19-
20- env :
21- NAMESPACE : afm
22- APP_NAME : rtp-platform-qa
23-
24- permissions :
25- id-token : write
26- contents : read
278
289jobs :
29- deploy :
30- runs-on : [ self-hosted-job, "${{ inputs.environment }}" ]
31- environment : ${{ inputs.environment }}
10+ test :
11+ runs-on : [ self-hosted-job, "dev" ]
3212 steps :
33- - uses : actions/checkout@v4
34-
35- - name : Deploy to AKS
36- uses : pagopa/github-actions-template/aks-deploy@feature/SRTP-765-implement-api-send-gpd-message
37- with :
38- branch : ${{ inputs.branch }}
39- client_id : ${{ secrets.CLIENT_ID }}
40- subscription_id : ${{ secrets.SUBSCRIPTION_ID }}
41- tenant_id : ${{ secrets.TENANT_ID }}
42- env : ${{ inputs.environment }}
43- namespace : ${{ env.NAMESPACE }}
44- cluster_name : ${{ vars.CLUSTER_NAME }}
45- resource_group : ${{ vars.CLUSTER_RESOURCE_GROUP }}
46- app_name : ${{ env.APP_NAME }}
47- helm_upgrade_options : " --debug --set microservice-chart.azure.workloadIdentityClientId=${{ vars.WORKLOAD_IDENTITY_ID }}"
48- timeout : ' 15m0s'
13+ - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments