Skip to content

Commit a7439b5

Browse files
SRTP-765-implement-api-send-gpd-message
1 parent c2e66f0 commit a7439b5

File tree

1 file changed

+5
-40
lines changed

1 file changed

+5
-40
lines changed
Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,13 @@
1-
name: Deploy on AKS
1+
name: Test Workflow Trigger
22

33
on:
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

289
jobs:
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

0 commit comments

Comments
 (0)