Skip to content

Commit a3a58a4

Browse files
committed
fix: #47 adding deployment notifications
1 parent 1d357c6 commit a3a58a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ jobs:
4343
slot-name: 'production'
4444
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
4545
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

Comments
 (0)