File tree 2 files changed +18
-18
lines changed
2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -72,20 +72,20 @@ jobs:
72
72
image_version : ${{ needs.build-app.outputs.build-version }}
73
73
74
74
75
- # deploy-dev:
76
- # name: Deploy dev
77
- # permissions:
78
- # id-token: write
79
- # contents: write
80
- # if: github.ref_name == 'master'
81
- # needs: [build-app]
82
- # uses: navikt/sif-gha-workflows/.github/workflows/maven-deploy.yml@main
83
- # with:
84
- # gar: true
85
- # image: ${{ needs.build-app.outputs.build-version }}
86
- # cluster: dev-gcp
87
- # naiserator_file: deploy/dev-gcp.yml
88
- # secrets: inherit
75
+ deploy-dev :
76
+ name : Deploy dev
77
+ permissions :
78
+ id-token : write
79
+ contents : write
80
+ if : github.ref_name == 'master'
81
+ needs : [build-app]
82
+ uses : navikt/sif-gha-workflows/.github/workflows/maven-deploy.yml@main
83
+ with :
84
+ gar : true
85
+ image : ${{ needs.build-app.outputs.build-version }}
86
+ cluster : dev-gcp
87
+ naiserator_file : deploy/dev-gcp.yml
88
+ secrets : inherit
89
89
90
90
# check-change-compat-typescript-client:
91
91
# name: Change and compatibility check typescript client
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
deploy-kafka-topics-dev :
11
- # permissions:
12
- # id-token: write
11
+ permissions :
12
+ id-token : write
13
13
name : Deploy to Aiven Dev
14
14
if : startsWith(github.ref, 'refs/heads/master')
15
15
runs-on : ubuntu-latest
32
32
RESOURCE : deploy/kafka/ung-vedtakhendelse-dev.yml
33
33
34
34
deploy-kafka-topics-prod :
35
- # permissions:
36
- # id-token: write
35
+ permissions :
36
+ id-token : write
37
37
name : Deploy to Aiven Prod
38
38
if : startsWith(github.ref, 'refs/heads/master') # If the branch is master
39
39
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments