Remove test shellscript
This commit is contained in:
parent
ba60a6d7cb
commit
ba2665e924
2 changed files with 0 additions and 18 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
_*test.sh
|
||||
/trello2mail
|
||||
|
|
17
test.sh
17
test.sh
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
export EMAIL_FROM="admin@example.com"
|
||||
export EMAIL_TO="admin@example.com"
|
||||
export EMAIL_SUBJECT="Daily trello mail"
|
||||
|
||||
export TRELLO_URL="https://trello.com/b/someId/someName"
|
||||
export TRELLO_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
|
||||
export SMTP_USERNAME="admin"
|
||||
export SMTP_PASSWORD="admin"
|
||||
export SMTP_PORT="465"
|
||||
export SMTP_HOSTNAME="mail.example.com"
|
||||
export SMTP_USE_AUTH="true"
|
||||
export SMTP_USE_SSL="true"
|
||||
|
||||
./_build/trello2mail
|
Loading…
Reference in a new issue