This commit is contained in:
parent
afc5091806
commit
826f29aed4
@ -96,7 +96,7 @@ steps:
|
|||||||
subject: "Resultado del pipeline: ${DRONE_BUILD_STATUS}"
|
subject: "Resultado del pipeline: ${DRONE_BUILD_STATUS}"
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
body: |
|
body: |
|
||||||
<html>
|
<html>
|
||||||
<body style="font-family: Arial, sans-serif; color: #333; background-color: #f9f9f9; padding: 20px;">
|
<body style="font-family: Arial, sans-serif; color: #333; background-color: #f9f9f9; padding: 20px;">
|
||||||
<div style="background: #ffffff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
|
<div style="background: #ffffff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
|
||||||
<h2 style="color: #2c3e50;">🚀 Resultado del Pipeline</h2>
|
<h2 style="color: #2c3e50;">🚀 Resultado del Pipeline</h2>
|
||||||
@ -122,17 +122,15 @@ steps:
|
|||||||
<td style="padding: 8px; border-bottom: 1px solid #ddd;">${DRONE_COMMIT_SHA}</td>
|
<td style="padding: 8px; border-bottom: 1px solid #ddd;">${DRONE_COMMIT_SHA}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div style="margin-top: 30px; text-align: center;">
|
<div style="margin-top: 30px; text-align: center;">
|
||||||
<a href="${DRONE_BUILD_LINK}" style="display: inline-block; padding: 10px 20px; background-color: #3498db; color: white; text-decoration: none; border-radius: 5px;">
|
<a href="${DRONE_BUILD_LINK}" style="display: inline-block; padding: 10px 20px; background-color: #3498db; color: white; text-decoration: none; border-radius: 5px;">
|
||||||
Ver Detalles del Pipeline
|
Ver Detalles del Pipeline
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="font-size: 12px; color: #777; margin-top: 20px;">Este es un correo automático generado por el sistema de CI/CD.</p>
|
<p style="font-size: 12px; color: #777; margin-top: 20px;">Este es un correo automático generado por el sistema de CI/CD.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user