GH actions

pull/508/head
hunterlong 2020-04-16 13:04:21 -07:00
parent 04e6765cb4
commit 3fad5c7e8b
2 changed files with 8 additions and 14 deletions

View File

@ -34,6 +34,7 @@ jobs:
run: |
go mod download
go mod verify
make test-deps
- name: Build Frontend Statping
run: make clean compile
@ -48,3 +49,10 @@ jobs:
- name: Build Binaries
run: make build-bin build-win
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
SLACK_CHANNEL: dev
SLACK_USERNAME: Github

View File

@ -1,14 +0,0 @@
on: push
name: Slack Notification
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
SLACK_CHANNEL: dev
SLACK_USERNAME: Github