Skip to content

Commit

Permalink
Welcome to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 10, 2023
1 parent 662b23f commit fb7b79a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions templates/email/notify_deployment-staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<body>
<div class="container">
<div class="header">IMS-Corp Deployment Notification</div>
<div class="section">Deployment Time: {DEPLOYMENT_TIME}</div>
<div class="section">Branch Deployed: {BRANCH_NAME}</div>
<div class="section">Commit Message: {COMMIT_MESSAGE}</div>
<div class="section">Author Name: {AUTHOR_NAME}</div>
<div class="section">Author Email: {AUTHOR_EMAIL}</div>
<div class="section">Deployment Time: DEPLOYMENT_TIME</div>
<div class="section">Branch Deployed: BRANCH_NAME</div>
<div class="section">Commit Message: COMMIT_MESSAGE</div>
<div class="section">Author Name: AUTHOR_NAME</div>
<div class="section">Author Email: AUTHOR_EMAIL</div>
<div class="section">Files Changed:</div>
<pre class="section">{FILES_CHANGED}</pre>
<pre class="section">FILES_CHANGED</pre>

<h2>Summary</h2>
<table class="summary-table">
Expand All @@ -36,11 +36,11 @@ <h2>Summary</h2>
<th>Commit Message</th>
</tr>
<tr>
<td>{DEPLOYMENT_TIME}</td>
<td>{BRANCH_NAME}</td>
<td>{AUTHOR_NAME}</td>
<td>{AUTHOR_EMAIL}</td>
<td>{COMMIT_MESSAGE}</td>
<td>DEPLOYMENT_TIME</td>
<td>BRANCH_NAME</td>
<td>AUTHOR_NAME</td>
<td>AUTHOR_EMAIL</td>
<td>COMMIT_MESSAGE</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit fb7b79a

Please sign in to comment.