Skip to content

Commit 2d3c5ac

Browse files
committed
ci(github-actions): add log link
1 parent 7679776 commit 2d3c5ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ jobs:
100100
comment-tag: 'pr-preview'
101101
create-if-not-exists: 'true'
102102
message: |
103-
⚙️ Preview environment for PR #${{ env.PR_ID }} is available at:
104-
https://pr-${{ env.PR_ID }}.${{ env.APP_NAME }}.coderamp.dev/
103+
🌐 [Preview environment](https://pr-${{ env.PR_ID }}.${{ env.APP_NAME }}.coderamp.dev/) for PR #${{ env.PR_ID }}
104+
105+
📊 [Log viewer](https://app.datadoghq.eu/logs?query=kube_namespace%3Aprs-gitingest%20version%3Apr-${{ env.PR_ID }})
105106
106107
remove-pr-env:
107108
if: >-

0 commit comments

Comments
 (0)