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.
2 parents 1d357c6 + a3a58a4 commit c851e59Copy full SHA for c851e59
.github/workflows/CD-time-tracker-ui.yml
@@ -43,3 +43,11 @@ jobs:
43
slot-name: 'production'
44
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
45
package: dist/time-tracker
46
+
47
+ - uses: actions/checkout@v2
48
+ - name: Slack Notification
49
+ uses: rtCamp/[email protected]
50
+ env:
51
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
52
+ SLACK_TITLE: 'New deployment: '
53
0 commit comments