File tree Expand file tree Collapse file tree 2 files changed +0
-70
lines changed Expand file tree Collapse file tree 2 files changed +0
-70
lines changed Original file line number Diff line number Diff line change 65
65
VAR : alerts_slack_channel=#team-dagpenger-alert-non-prod
66
66
PRINT_PAYLOAD : true
67
67
68
- deploy-q2 :
69
- name : Deploy to q2
70
- needs : [build]
71
- if : github.ref == 'refs/heads/master'
72
- runs-on : ubuntu-latest
73
- steps :
74
- - name : Fetch NAIS yaml
75
- uses : actions/download-artifact@v1
76
- with :
77
- name : nais-yaml
78
- path : nais
79
-
80
- - uses : nais/deploy/actions/deploy@v1
81
- env :
82
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
83
- CLUSTER : dev-fss
84
- RESOURCE : nais/alerts.yaml,nais/q2/nais.yaml
85
- VARS : nais/vars.yaml
86
- VAR : alerts_slack_channel=#team-dagpenger-alert-non-prod,namespace=q2
87
- PRINT_PAYLOAD : true
88
-
89
68
acceptance-tests :
90
69
name : Run acceptance tests
91
70
needs : [deploy-dev]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments