{{#success build.status}}
|
Successful Production-Build #{{ build.number }}
|
{{else}}
Failed Production-Build #{{ build.number }}
|
{{/success}}
|
Repo:
|
{{ repo.owner }}/{{ repo.name }}
|
|
Author:
|
{{ commit.author.name }} ({{ commit.author.email }})
|
|
Branch:
|
{{ commit.branch }}
|
|
Tag:
|
{{ tag }}
|
|
Commit:
|
{{ truncate commit.sha 8 }}
|
|
Started at:
|
{{ datetime build.created "Mon Jan 2 15:04:05 MST 2006" "Local" }}
|
{{#success build.status}}
|
Deploy Build:
|
drone build promote {{ repo.owner }}/{{ repo.name }} {{build.number}} production
|
{{/success}}
|