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
fix: #47 adding deployment notifications
  • Loading branch information
enriquezrene committed Apr 14, 2020
commit 4b29f545c748f11fa899178bbb4863f805b8d637
6 changes: 3 additions & 3 deletions .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:

jobs:
build-and-deploy:
name: Deploy to Azure
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# name: Deploy to Azure
# runs-on: ubuntu-latest
# timeout-minutes: 60
# steps:
# - name: Checkout of master
# uses: actions/checkout@master
Expand Down