diff --git a/.github/workflows/maven-service-deploy.yml b/.github/workflows/maven-service-deploy.yml index 9a63e98..815acc7 100644 --- a/.github/workflows/maven-service-deploy.yml +++ b/.github/workflows/maven-service-deploy.yml @@ -37,4 +37,17 @@ jobs: uses: ./.github/actions/action-deploy-docker with: registry-username: ${{ github.actor }} - registry-access-token: ${{ secrets.github-token }} \ No newline at end of file + registry-access-token: ${{ secrets.github-token }} + notify: + runs-on: ubuntu-20.04 + needs: build-and-deploy + steps: + - name: Mattermost Notification + uses: rtCamp/action-slack-notify@v2.2.0 + env: + SLACK_USERNAME: ${GITHUB_REPOSITORY#*/} + SLACK_WEBHOOK: ${{ secrets.MATTERMOST_WEBHOOK_URL }} + SLACK_ICON: https://brew.sh/assets/img/homebrew-256x256.png + SLACK_COLOR: ${{ job.status }} + SLACK_LINK_NAMES: true + SLACK_FOOTER: "" \ No newline at end of file