We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41756a6 commit 8a88becCopy full SHA for 8a88bec
codefresh/deploy.yaml
@@ -52,8 +52,13 @@ steps:
52
environment:
53
- PIPELINE_ENV=${{STAGE}}
54
- 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}}
60
commands:
- - make codefresh/notify/slack/deploy/webapp
61
+ - make codefresh/notify/slack/deploy/webapp GIT_COMMIT_TIMESTAMP=$((${{CF_BUILD_TIMESTAMP}}/1000))
62
63
set_github_deployment_status_to_success:
64
title: Set GitHub deployment status to "success"
0 commit comments