File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100
100
hookd_chart_version : ${{ steps.package_chart.outputs.hookd_version }}
101
101
deployd_chart_name : ${{ steps.package_chart.outputs.deployd_name }}
102
102
deployd_chart_version : ${{ steps.package_chart.outputs.deployd_version }}
103
+ canary_deployer_chart_name : ${{ steps.package_chart.outputs.canary-deployer_name }}
104
+ canary_deployer_chart_version : ${{ steps.package_chart.outputs.canary-deployer_version }}
103
105
104
106
rollout :
105
107
runs-on : fasit-deploy
@@ -121,6 +123,12 @@ jobs:
121
123
chart : oci://${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature/${{ needs.build_and_push.outputs.deployd_chart_name }}
122
124
version : ${{ needs.build_and_push.outputs.deployd_chart_version }}
123
125
126
+ - name : " Rollout canary-deployer"
127
+ uses : nais/fasit-deploy@v2 # ratchet:exclude
128
+ with :
129
+ chart : oci://${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature/${{ needs.build_and_push.outputs.canary_deployer_chart_name }}
130
+ version : ${{ needs.build_and_push.outputs.canary_deployer_chart_version }}
131
+
124
132
release :
125
133
name : Release GitHub Action / binaries
126
134
if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments