Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert commit
  • Loading branch information
fabidick22 committed Apr 16, 2020
commit 1cef403e63e8aceeb991508e84ddeacb2e7b0678
19 changes: 11 additions & 8 deletions .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types: [closed]
branches:
- master
push:
branchs:
- fix-reload-page

jobs:
build-and-deploy:
Expand Down Expand Up @@ -50,11 +53,11 @@ jobs:
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
package: ${BUILD_PATH}

- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
SLACK_TITLE: 'A new version has been cooked:'
SLACK_USERNAME: 'heisenberg-says:'
# - uses: actions/checkout@v2
# - name: Slack Notification
# uses: rtCamp/[email protected]
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
# SLACK_TITLE: 'A new version has been cooked:'
# SLACK_USERNAME: 'heisenberg-says:'