We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0def commit 6f0ecbdCopy full SHA for 6f0ecbd
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
88
<table>
89
<tr><th>Cluster</th><th>Namespace</th></tr>
90
- <tr><td>dev-fss</td><td>t4, q0, q1</td></tr>
+ <tr><td>dev-fss</td><td>q1, q0</td></tr>
91
<tr><td>prod-fss</td><td>default</td></tr>
92
</table>
93
- name: Trigg deploy til dev
@@ -96,4 +96,4 @@ jobs:
96
with:
97
token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
98
issue-number: ${{ steps.createdeployissue.outputs.number }}
99
- body: /promote dev-fss t4
+ body: /promote dev-fss q1
0 commit comments