File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -65,21 +65,21 @@ jobs:
65
65
VARS : nais/vars.yaml
66
66
VAR : image=${{ needs.build.outputs.image }}
67
67
PRINT_PAYLOAD : true
68
- deploy-prod :
69
- name : Deploy to Production
70
- needs : [build, deploy-dev]
71
- if : github.ref == 'refs/heads/main'
72
- runs-on : ubuntu-latest
73
- permissions :
74
- contents : " read"
75
- id-token : " write"
76
- environment : prod-gcp
77
- steps :
78
- - uses : actions/checkout@v5
79
- - uses : nais/deploy/actions/deploy@v2
80
- env :
81
- CLUSTER : prod-gcp
82
- RESOURCE : nais/prod/nais.yaml
83
- VARS : nais/vars.yaml
84
- VAR : image=${{ needs.build.outputs.image }}
85
- PRINT_PAYLOAD : true
68
+ # deploy-prod:
69
+ # name: Deploy to Production
70
+ # needs: [build, deploy-dev]
71
+ # if: github.ref == 'refs/heads/main'
72
+ # runs-on: ubuntu-latest
73
+ # permissions:
74
+ # contents: "read"
75
+ # id-token: "write"
76
+ # environment: prod-gcp
77
+ # steps:
78
+ # - uses: actions/checkout@v5
79
+ # - uses: nais/deploy/actions/deploy@v2
80
+ # env:
81
+ # CLUSTER: prod-gcp
82
+ # RESOURCE: nais/prod/nais.yaml
83
+ # VARS: nais/vars.yaml
84
+ # VAR: image=${{ needs.build.outputs.image }}
85
+ # PRINT_PAYLOAD: true
You can’t perform that action at this time.
0 commit comments