Skip to content

Commit 79b3ff3

Browse files
committed
fix: #47 adding deployment notifications
1 parent 4b29f54 commit 79b3ff3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
steps:
22-
- uses: actions/checkout@v2
23-
- name: Slack Notification
24-
uses: rtCamp/[email protected]
25-
env:
26-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
27-
# steps:
2822
# - name: Checkout of master
2923
# uses: actions/checkout@master
3024

@@ -52,3 +46,14 @@ jobs:
5246
# slot-name: 'production'
5347
# publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
5448
# package: dist/time-tracker
49+
50+
- uses: actions/checkout@v2
51+
- name: Slack Notification
52+
uses: rtCamp/[email protected]
53+
env:
54+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
55+
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
56+
SLACK_TITLE: 'New deployment'
57+
SLACK_USERNAME: 'heisenberg-says:'
58+
SLACK_TITLE: 'New deployment...'
59+
SLACK_MESSAGE: 'A new deployment has been executed successfully'

0 commit comments

Comments
 (0)