Skip to content

Commit cfb1f39

Browse files
authored
Update deploy.yml
1 parent de90190 commit cfb1f39

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,7 @@ jobs:
7878
token: ${{ secrets.NOTIFICATION }}
7979
title: Deploy av ${{ env.TAG }}
8080
body: |
81-
Kommenter med <b>/promote cluster namespace</b>, hvor <b>cluster</b> er et gyldig clusternavn.
82-
<table>
83-
<tr><th>Cluster</th></tr>
84-
<tr><td>dev-fss</td></tr>
85-
<tr><td>prod-fss</td><</tr>
86-
</table>
81+
Kommenter med <b>/promote cluster</b>, hvor <b>cluster</b> er <i>dev-fss</i> eller <i>prod-fss</i>
8782
- name: Trigg deploy til dev-fss
8883
if: success()
8984
uses: actions/[email protected]
@@ -94,5 +89,5 @@ jobs:
9489
repo: context.issue.repo,
9590
issue_number: ${{ steps.createdeployissue.outputs.number }} }
9691
github.issues.createComment({...issue,
97-
title: 'Deploy av ${{ env.TAG }}',
92+
title: 'Bygg av ${{ env.TAG }}',
9893
body: '/promote dev-fss'})

0 commit comments

Comments
 (0)