Docker image to send the deployment notification to Slack for CodeShip Docker infrastructure.
1.9K
Docker image to send the deployment notification to Slack for CodeShip Docker infrastructure.
codeship-steps.yml- type: serial
steps:
- name: notify
service: deploynotify
command: /usr/local/bin/slack.sh
codeship-services.ymldeploynotify:
image: andromedarabbit/codeship-slack-notifier
encrypted_env_file: deploy.env.encrypted
deploy.envSLACK_WEBHOOK_TOKEN=MY_TOKEN
DEPLOY_TO=MY_REGISTRY
deploy.envSLACK_WEBHOOK_TOKEN=MY_TOKEN
SLACK_SUBJECT="*${CI_REPO_NAME}* is deployed!"
SLACK_MESSAGE="Docker image was deployed to ${DEPLOY_TO}:${CI_BRANCH}.${CI_COMMIT_ID} from ${CI_NAME}"
Content type
Image
Digest
Size
2.9 MB
Last updated
almost 10 years ago
docker pull andromedarabbit/codeship-slack-notifier