File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 60
2121 steps :
22- - uses : actions/checkout@v2
23- - name : Slack Notification
24- 25- env :
26- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
27- # steps:
2822 # - name: Checkout of master
2923 # uses: actions/checkout@master
3024
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+ 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'
You can’t perform that action at this time.
0 commit comments