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 a1eec0f commit 8b2dd21Copy full SHA for 8b2dd21
codefresh/deploy.yaml
@@ -46,3 +46,13 @@ steps:
46
- name: ask_for_permission
47
on:
48
- approved
49
+
50
+ send_slack_notification:
51
+ title: Send notification to Slack channel
52
+ stage: Deploy
53
+ image: cloudposse/build-harness:${{BUILD_HARNESS_VERSION}}
54
+ environment:
55
+ - PIPELINE_ENV=${{STAGE}}
56
+ commands:
57
+ - make codefresh/notify/slack/deploy/webapp
58
0 commit comments