Skip to content

Commit 4b29f54

Browse files
committed
fix: #47 adding deployment notifications
1 parent 6afa759 commit 4b29f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515

1616
jobs:
1717
build-and-deploy:
18+
name: Deploy to Azure
19+
runs-on: ubuntu-latest
20+
timeout-minutes: 60
1821
steps:
1922
- uses: actions/checkout@v2
2023
- name: Slack Notification
2124
uses: rtCamp/[email protected]
2225
env:
2326
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
24-
# name: Deploy to Azure
25-
# runs-on: ubuntu-latest
26-
# timeout-minutes: 60
2727
# steps:
2828
# - name: Checkout of master
2929
# uses: actions/checkout@master

0 commit comments

Comments
 (0)