File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ jobs:
151151 const successMessage = [
152152 '✅ Review app for PR #' + prNumber + ' was successfully deleted',
153153 '',
154- ' [View Completed Delete Logs](' + process.env.WORKFLOW_URL + ')'
154+ ' [View Completed Delete Logs](' + process.env.WORKFLOW_URL + ')',
155+ '',
156+ ' [Control Plane Organization](https://console.cpln.io/console/org/' + process.env.CPLN_ORG + '/-info)'
155157 ].join('\n');
156158
157159 const failureMessage = [
Original file line number Diff line number Diff line change 3131 const helpMessage = [
3232 '## 📚 Available Commands',
3333 '',
34- '### `/deploy`',
34+ '### `/deploy-review-app `',
3535 'Deploys your PR branch to a review environment on Control Plane.',
3636 '- Creates a new review app if one doesn\'t exist',
3737 '- Updates the existing review app if it already exists',
5252 'Deletes the review app associated with this PR.',
5353 '- Removes all resources from Control Plane',
5454 '- Helpful for cleaning up when you\'re done testing',
55- '- Can be re-deployed later using `/deploy`',
55+ '- Can be re-deployed later using `/deploy-review-app `',
5656 '',
5757 '**Required Environment Variables:**',
5858 '- `CPLN_TOKEN`: Control Plane authentication token',
You can’t perform that action at this time.
0 commit comments