File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ jobs:
42
42
name : nais-yaml
43
43
path : nais
44
44
45
- deploy-dev :
46
- name : Deploy to dev
47
- needs : [build]
48
- if : github.ref == 'refs/heads/master'
49
- runs-on : ubuntu-latest
50
- steps :
51
- - name : Fetch NAIS yaml
52
- uses : actions/download-artifact@v1
53
- with :
54
- name : nais-yaml
55
- path : nais
45
+ deploy-dev :
46
+ name : Deploy to dev
47
+ needs : [build]
48
+ if : github.ref == 'refs/heads/master'
49
+ runs-on : ubuntu-latest
50
+ steps :
51
+ - name : Fetch NAIS yaml
52
+ uses : actions/download-artifact@v1
53
+ with :
54
+ name : nais-yaml
55
+ path : nais
56
56
57
- - uses : nais/deploy/actions/deploy@v1
58
- env :
59
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
60
- CLUSTER : dev-fss
61
- RESOURCE : nais/alerts.yaml,nais/grpc-svc.yaml,nais/dev/nais.yaml
62
- VARS : nais/vars.yaml
63
- VAR : alerts_slack_channel=#team-dagpenger-alerts-non-prod
64
- PRINT_PAYLOAD : true
57
+ - uses : nais/deploy/actions/deploy@v1
58
+ env :
59
+ APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
60
+ CLUSTER : dev-fss
61
+ RESOURCE : nais/alerts.yaml,nais/grpc-svc.yaml,nais/dev/nais.yaml
62
+ VARS : nais/vars.yaml
63
+ VAR : alerts_slack_channel=#team-dagpenger-alerts-non-prod
64
+ PRINT_PAYLOAD : true
65
65
66
66
deploy-q2 :
67
67
name : Deploy to q2
You can’t perform that action at this time.
0 commit comments