Skip to content

Merge pull request #517 from baobabsoluciones/release/v1.0.10 #57

Merge pull request #517 from baobabsoluciones/release/v1.0.10

Merge pull request #517 from baobabsoluciones/release/v1.0.10 #57

name: Notify slack channel of new deployment
on:
push:
branches:
- master
jobs:
notify:
name: Notify slack channel
runs-on: ubuntu-latest
steps:
- name: Notify slack channel
uses: slackapi/[email protected]
with:
slack-message: "A new image of cornflow server is being built and should be deployed in around 30 minutes"
channel-id: ${{ secrets.SLACK_CHANNEL }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}