Skip to content

wei840222/drone-line-notify-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-line-notify-plugin

  1. You shoud have a LINE Notify token, see Doc for more information

  2. Add following step in your drone pipeline

Drone 0.8

pipeline:
  line-notify:
    image: wei840222/drone-line-notify-plugin
    access_token: accessToken1,accessToken2...

Drone 1.x

kind: pipeline
name: default

steps:
- name: line-notify
  image: wei840222/drone-line-notify-plugin
  settings:
    access_token: accessToken1,accessToken2...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published