Skip to content

Commit 8a88bec

Browse files
committed
fix deployment notificaiton
1 parent 41756a6 commit 8a88bec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

codefresh/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ steps:
5252
environment:
5353
- PIPELINE_ENV=${{STAGE}}
5454
- CHART_NAME=monochart
55+
- GIT_COMMIT_SHORT=${{CF_SHORT_REVISION}}
56+
- GIT_COMMIT_URL=${{CF_COMMIT_URL}}
57+
- GIT_COMMIT_MESSAGE=${{CF_COMMIT_MESSAGE}}
58+
- GIT_COMMIT_AUTHOR=${{CF_COMMIT_AUTHOR}}
59+
- GIT_BRANCH_TAG=${{CF_BRANCH_TAG_NORMALIZED}}
5560
commands:
56-
- make codefresh/notify/slack/deploy/webapp
61+
- make codefresh/notify/slack/deploy/webapp GIT_COMMIT_TIMESTAMP=$((${{CF_BUILD_TIMESTAMP}}/1000))
5762

5863
set_github_deployment_status_to_success:
5964
title: Set GitHub deployment status to "success"

0 commit comments

Comments
 (0)