mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-17 14:11:04 +02:00
update
This commit is contained in:
parent
e3a195db3b
commit
ccc6925a94
@ -3,11 +3,14 @@ PATH := /usr/local/bin:$(PATH)
|
||||
|
||||
SMTP = smtp.datageek.info:587
|
||||
FROM = urlwatch@datageek.info
|
||||
PASS = password
|
||||
TO = noreply@datageek.info
|
||||
|
||||
all: urls.txt
|
||||
all: setup urls.txt
|
||||
urlwatch -s $(SMTP) -f $(FROM) -t $(TO) -A -T
|
||||
|
||||
urls.txt: urls.yml
|
||||
python lib/hooks.py
|
||||
|
||||
setup:
|
||||
python -c 'import keyring; keyring.set_password("$(SMTP)", "$(FROM)", "$(PASS)")'
|
||||
|
Loading…
x
Reference in New Issue
Block a user