appleboy/drone-telegram

ENV_FILE seems to be ignored

smnbbrv opened this issue · 2 comments

Hi @appleboy

I tried to fix a vary annoying #90 with setting ENV_FILE environment variable that is described here https://github.com/appleboy/drone-telegram#usage

However it seems to be totally ignored even when I clone it and run locally.

Is this option still supported?

@smnbbrv let me check.

@smnbbrv

docker run --rm \
  -e PLUGIN_ENV_FILE=your_env_file_path \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  appleboy/drone-telegram