Skip to content

Commit c46f595

Browse files
committed
fixes
1 parent 585c02d commit c46f595

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-to-control-plane.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: |
2525
github.event_name == 'pull_request' ||
2626
(github.event_name == 'issue_comment' &&
27-
(github.event.comment.body == '/deploy-review-app' ||
27+
(github.event.comment.body == '/deploy-review-pp' ||
2828
github.event.comment.body == '/delete-review-app') &&
2929
github.event.issue.pull_request)
3030
runs-on: ubuntu-latest
@@ -211,13 +211,13 @@ jobs:
211211
212212
// Update the initial comment
213213
const successMessage = [
214-
'✅ Deployment successful for PR #' + prNumber,
214+
'✅ Deployment successful for PR #' + prNumber + ', commit ' + '${{ env.COMMIT_HASH }}',
215215
'',
216-
'🚀 [Deployed Review App](' + railsUrl + ')',
216+
'🚀 Rails App: [' + railsUrl + '](' + railsUrl + ')',
217217
'',
218218
'⚡ [Control Plane Console](https://console.cpln.io/console/org/' + process.env.CPLN_ORG + '/gvc/' + process.env.APP_NAME + '/workload)',
219219
'',
220-
'[View Workflow Status](' + workflowUrl + ')'
220+
'[View Completed Action Build and Deploy Logs](' + workflowUrl + ')'
221221
].join('\n');
222222
223223
const failureMessage = [

0 commit comments

Comments
 (0)